a:hover {
  color: #2d66a5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.header-xxgk{
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 20;
  border-top: solid 3px #4f225c;
  background-color: #fff;
}
.xxgk-logo{
  float: left;
  margin: 15px 0 0;
}
.xxgk-logo img{
  height: 68px;
  display: block;
}
.xxgk-hnav{
  float: right;
  margin-right: -20px;
}
.xxgk-hnav li{
  float: left;
}
.xxgk-hnav  a{
  display: block;
  padding: 33px 20px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  position: relative;
}
.xxgk-hnav li.current a,
.xxgk-hnav li:hover a{
  background-color: #f6f4f7;
}
.xxgk-hnav li.current a:after,
.xxgk-hnav li:hover a:after{
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background-color: #4f225c;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.main-box.xxgk-bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('../image/xxgk_bg.jpg') no-repeat center top #fff;
  position: relative;
  z-index: 10;
}
.global-inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.xxgk-topbox{
  width: 100%;
  height: 365px;
  margin: 0 auto;
  overflow: hidden;
}
.xxgk-top1{
  width: 100%;
  padding-top: 45px;
  height: 84px;
  overflow: hidden;
}
.xxgk-top1 img{ 
  width:70px; 
  height:73px; 
  float:left; 
  margin-right:10px;
}
.xxgk-top1 a{ 
  height:73px; 
  line-height:73px; 
  font-size:35px; 
  color:#fff; 
}
.xxgk-top2{
  width: 422px;
  height: 121px;
  margin: 54px auto 0;
}
.xxgk-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(242,242,242);
  margin: 0 auto;
  padding: 0px 36px 20px 36px;
}
.xxgk-schbox{
  width: 100%;
  float: left;
  height: 51px;
  background: url('../image/zwxxgk_bg.png') center center no-repeat;
  margin-top: 84px;
  margin-bottom: 84px;
}
.xxgk-sch{
  width: 510px;
  height: 50px;
  display: block;
  background-color: #fff;
  border: solid 1px #2d66a5;
  border-radius: 9px;
  padding: 0 70px 0 0;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
.xxgk-sch .inpt{
  width: 100%;
  height: 48px;
  display: block;
  border: none;
  font-size: 1em;
  line-height: 28px;
  color: inherit;
  padding: 10px 0 10px 20px;
  background-color: transparent;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.xxgk-sch .btn-sch{
  width: 70px;
  height: 100%;
  display: block;
  background: url('../image/icon_sch.png') no-repeat center center;
  background-size: 40px auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.xxgk-sch.hover .inpt{
  background-color: #e8f0fe;
}
.xxgk-schmsg{
  width: 458px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  line-height: 36px;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.xxgk-schmsg ul{
  padding: 8px 0;
}
.xxgk-schmsg li{
  width: 100%;
  padding: 0 12px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.xxgk-schmsg li:hover{
  background-color: #c8c8c9;
}
.xxgk-schmsg li:hover a{
  color: inherit;
}
.xxgk-sidebox{
  width: 240px;
  float: left;
}
.xxgk-navlist{
  width: 100%;
  overflow: hidden;
}
.xxgk-navlist > li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.xxgk-navlist .item-hd{
  width: 100%;
  height: 70px;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
.xxgk-navlist .item-hd a{
  display: block;
  padding: 0 55px 0 83px;
  position: relative;
  cursor: pointer;
}
.xxgk-navlist .item-hd .iconbox{
  width: 44px;
  height: 50px;
  display: block;
  line-height: 50px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
}
.xxgk-navlist .item-hd .iconbox img{
  vertical-align: middle;
  margin-top: -2px;
}
.xxgk-navlist .item-hd .iconbox .icon2{
  display: none;
}
.xxgk-navlist .item-hd .tit{
  width: 100%;
  height: 68px;
  color: rgb(45,102,165);
  font-size: 23px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.xxgk-navlist .item-hd .iconbox2{
  width: 20px;
  height: 70px;
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -35px;
  z-index: 5;
  background: url('../image/zwxxgk_img02b.png') no-repeat center center;
  background-size: contain;
}
.xxgk-navlist .item.had-subnav .item-hd .iconbox2{
  display: block;
}
.xxgk-navlist .item-hd:hover,
.xxgk-navlist >li.active .item-hd{
  background-color: rgb(45,102,165);
  border-color: #2c6294;
}
.xxgk-navlist .item-hd:hover .iconbox .icon1,
.xxgk-navlist >li.active .item-hd .iconbox .icon1{
  display: none;
}
.xxgk-navlist .item-hd:hover .iconbox .icon2,
.xxgk-navlist >li.active .item-hd .iconbox .icon2{
  display: inline-block;
}
.xxgk-navlist .item-hd:hover .tit,
.xxgk-navlist >li.active .item-hd .tit{
  color: #fff;
}
.xxgk-navlist .item-hd:hover .iconbox2,
.xxgk-navlist >li.active .item-hd .iconbox2{
  background-image: url('../image/zwxxgk_img02b1.png');
}
.xxgk-navlist .item-subnav{
  width: 100%;
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 15px 0;
  border: 1px solid rgb(228, 228, 228);
  border-top: none;
  color: #999;
}
.xxgk-navlist .item-subnav li{
  padding: 8px 0px 8px 26px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.xxgk-navlist .item-subnav li span {
  font-size: 35px;
  display: block;
  position: absolute;
  left: 8px;
  top: 7px;
}
.xxgk-navlist .item-subnav li a{
  color: #4a4a4a;
  display: block;
}
.xxgk-navlist .item-subnav li:hover,
.xxgk-navlist .item-subnav li.current {
  background-color: rgb(230,245,255);
  display: block;
  color: #2d66a5;
}
.xxgk-navlist .item-subnav li:hover a,
.xxgk-navlist .item-subnav li.current a {
  color: #2d66a5;
  font-size: 16px;
  font-weight: 600;
}

.xxgk-navlist >li.current.active .item-subnav{
  display: block;
}

.xxgk-mainbox{
  width: 768px;
  min-height: 500px;
  display: block;
  float: left;
  background-color: #FFF;
  padding: 0;
  margin-left: 18px;
  border: 1px solid #dfdfdf;
}

.footer-xxgk{
  width: 100%;
  height: 160px;
  display: block;
  background-color: #434343;
  position: relative;
  z-index: 20;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer-xxgk a{
  color: #fff;
}
.footer-xxgk .msgbox{
  padding-top: 38px;
}
.foot-xxgk_copy{
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 9px;
}
.foot-xxgk_beian{
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.foot-xxgk_beian .wanan{
  margin-right: 10px;
}
.foot-xxgk_beian .wanan img{
  height: 24px;
  float: left;
  margin: 0 7px 0 0;
}
.foot-xxgk_support{
  width: 100%;
  height: 24px;
  overflow: hidden;
}
.foot-xxgk_support .title{
  float: left;
}
.foot-xxgk_support .foot-jszc{
  float: left;
}
.foot-xxgk_wx{
  width: 185px;
  height: 100px;
  display: block;
  background-color: rgba(255,255,255,.1);
  float: right;
  margin: 30px 0 0;
  padding: 14px;
  overflow: hidden;
}
.foot-xxgk_wx img{
  width: 72px;
  display: block;
  float: left;
  margin: 0 12px 0 0;
}
.foot-xxgk_wx .tt{
  margin-top: 14px;
  line-height: 22px;
}


.xxgk-guide_top{
  padding-top: 30px;
}
.xxgk-guide_top .tit{
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #2d66a5;
}
.xxgk-guide_top .msg{
  width: 700px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  border-bottom: 2px solid #f2f2f2;
  padding: 15px 0 25px;
  margin-left: 10px;
}
.xxgk-guide_top .msg span{
  padding-left: 25px;
}
.xxgk-guide_top .msg span a{
  margin: 0 2px;
}
.xxgk-guide_scroll{
  width: 730px;
  height: 1000px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.xxgk-guide_doc{
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
  margin-left: 17px;
  padding-right: 25px;
}
.xxgk-guide_doc .tit1,
.xxgk-guide_doc h4{
  
  font-size: 1.3125em;
  line-height: 1.9em;
  font-weight: bold;
  
  margin: 0.476em 0;
}
.xxgk-guide_doc .tit2,
.xxgk-guide_doc h5{
  
  font-size: 1.125em;
  line-height: 2em;
  font-weight: bold;
  
  margin: 0.56em 0;
}
.xxgk-guide_doc .tit3{
  font-weight: bold;
}


.xxgk-msglist{
  width: 100%;
  min-height: 700px;
  max-height: 1180px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.xxgk-msglist.mCS_no_scrollbar{
  padding-bottom: 0;
}
.xxgk-listItem{
  width: 100%;
  overflow: hidden;
}
.xxgk-listItem .item-hd{
  width: 100%;
  height: 33px;
  float: left;
  border-bottom: 2px solid #ccc;
}
.xxgk-listItem .item-hd .tit{
  height: 33px;
  line-height: 31px;
  background-color: #2d66a3;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px;
  min-width: 70px;
}
.xxgk-listItem .item-bd{
  width: 728px;
  float: left;
  padding: 0 20px;
  margin: 30px 0;
}
.xxgk-listItem .msglist li{
  font-size: 16px;
  line-height: 30pt;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.xxgk-listItem .msglist li .title {
  float: left;
  display: block;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.xxgk-listItem .msglist li .time {
  color: #b2b2b2;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 100;
  float: right;
}
.xxgk-msgtool{
  line-height: 30px;
  font-size: 12px;
  color: #333;
  border-top: 1px solid #DADADA;
  padding: 10px;
}


.xxgk-detbox{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 56px;
}
.xxgk-dethd_table{
  width: 100%;
  overflow: hidden;
  margin-top: 23px;
}
.xxgk-dethd_table table{
  width: 100%;
  margin: 0 auto;
}
.xxgk-dethd_table td{
  height: 35px;
  font-size: 12px;
  padding: 5px;
  color: #000;
}
.xxgk-dethd_title{
  width: 100%;
  overflow: hidden;
  padding: 40px 0 15px;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.xxgk-dethd_title .tit{
  font-weight: bold;
  color: #333;
  font-size: 28px;
  line-height: 38px;
}
.xxgk-dethd_title .subtit{
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 17px;
}
.xxgk-dethd_title .msg{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 14px 0 0;
}
.xxgk-dethd_title .msg span{
  margin: 0 10px;
}
.xxgk-dethd_title .msg span a{
  margin: 0 2px;
}
.xxgk-detbd{
  width: 100%;
  overflow: hidden;
  min-height: 400px;
  padding: 10px 50px 0;
  font-size: 16px;
  line-height: 2em;
  color: #333;
}

.xxgk-detbt{
  width: 100%;
  overflow: hidden;
  text-align: right;
  padding: 5px 40px 5px 5px;
  margin-top: 58px;
}
.xxgk-detbt a{
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-left: 3px;
}
.xxgk-detbt a:hover{
  color: #2d66a5;
}

.xxgk-detbox.type1{
  width: 972px;
}
.xxgk-detbox.type1 .xxgk-dethd_title{
  padding: 40px 5px 10px;
}
.xxgk-detbox.type1 .xxgk-dethd_title .tit{
  width: 80%;
  margin: 0 auto;
  font-size: 16pt;
  line-height: 150%;
}
.xxgk-detbox.type1 .xxgk-detbd{
  font-size: 14px;
  color: #000;
  line-height: 200%;
  padding: 15px 15px 10px;
  text-align: left;
}

.xxgk-detbox.type2 .xxgk-detbd{
  font-size: 14px;
  line-height: 26px;
}
.xxgk-detbox.type2 .xxgk-detbd{
  padding-top: 20px;
}
.xxgk-detbox.type2  .xxgk-dethd_title .tit{
  font-size: 16pt;
  line-height: 150%;
}

.xxgk-detbox.type3 .xxgk-dethd_title{
  padding-top: 60px;
}


.simple_pgToolbar{
  margin: 0;
  padding: 0;
  border: none;
}
.simple_pgToolbar table{
  border: none;
  padding: 0;
  margin: 0;
}
.simple_pgToolbar td{
  border: none;
  padding: 0;
  margin: 0;
  line-height: 24px;
  height: 30px;
  vertical-align: middle;
}
.simple_pgToolbar select{
  min-width: 40px;
  height: 24px;
  appearance: menulist;
  -webkit-appearance: menulist;
  margin-top: -3px;
}
.simple_pgToolbar input{
  width: 40px;
  height: 24px;
  line-height: 22px;
  margin-top: -3px;
}
.simple_separator{
  margin: 0 auto;
}
.simple_pgBtn{
  margin: 0 2px;
}

.shpjyj-box{
  background: #f7f7fa;
  border: 1px solid #e5e5e5;
  margin-bottom: 80px;
  padding: 0;
}
.shpjyj-box .xxgk-schbox,
.shpjyj-box .xxgk-sidebox,
.shpjyj-box .xxgk-mainbox{
  display: none;
}
.shpjyj-box .pat-mainbox div,
.shpjyj-box .pat-mainbox input,
.shpjyj-box .pat-mainbox textarea{
  box-sizing: content-box;
}
.pat-mainbox{
  margin: 0 auto;
  overflow: hidden;
}
table{border-collapse:collapse; word-break:break-all;padding:0; margin:0;}
td,th{padding:0;margin:0;border:#999 1px solid;word-break:break-word;}
.clear{ clear:both;}
.opinion-box{width:100%; overflow:hidden;}

.pat-table-title{width:100%; display:block; overflow:hidden; text-align:center;font-size:24px; line-height:26px; color:#333333; font-weight:bold;padding:24px 0 0;}

.pat-year-select{width:100%; height:32px; padding-bottom:10px;}
.pat-year-select .title{float:right;font-size:14px; line-height:32px; color:#333333; margin-right:6px; font-weight:normal;}
.pat-year-select .diy_select{width:160px; float:right; position:relative;}
.pat-year-select .diy_select_input{ display:none;}
.pat-year-select .diy_select_txt{width:117px; height:30px; font-size:12px; line-height:30px; color:#333333; display:block; padding:0 31px 0 10px; background:#f7f7fa;border:solid 1px #e3e3e6; text-indent:0;}
.pat-year-select .diy_select_btn{width:25px; height:25px; display:block; background:url(../image/pat_06.jpg) no-repeat center center; position:absolute; right:4px; top:4px; cursor:pointer;}
.pat-year-select .diy_select_list{width:158px;max-height:100px; border:solid 1px #e3e3e6; background:#fff; position:absolute; top:100%; left:0; margin-top:-1px; padding:3px 0 2px; z-index:10;}
.pat-year-select .diy_select_list li{ height:auto;padding:0 31px 0 10px; display:block; font-size:12px; line-height:20px;color:#666666; text-indent:0;cursor:pointer;}
.pat-year-select .diy_select_list li:hover{color:#ff0000; text-decoration:none;}
.pat-year-select .mCSB_draggerRail{ display:none;}
.pat-year-select .mCSB_dragger_bar{width:2px; background:#e3e3e6;}
.pat-year-select .mCSB_scrollTools{right:1px;}


.table-opin-target{width:100%; border:solid 1px #b3b3b3;}
.table-opin-target th,.table-opin-target td{ height:24px;border:solid 1px #b3b3b3; text-align:center; vertical-align:middle; font-size:14px; line-height:24px; color:#444444; padding:5px 8px; font-weight:normal;}
.table-opin-target a.link{color:#e48902;}
.table-opin-target .th1{width:83px;width:46px;box-sizing: border-box;}
.table-opin-target .th2{width:436px;width:479px;box-sizing: border-box;}
.table-opin-target .th3{width:435px;width:479px;box-sizing: border-box;}
.table-opin-target td.th2, .table-opin-target td.th3{ text-align:left;}


.table-opin-comp{width:100%; border:solid 1px #b3b3b3;}
.table-opin-comp th, .table-opin-comp td{ height:24px;border:solid 1px #b3b3b3; text-align:center; vertical-align:middle; font-size:14px; line-height:24px; color:#444444; padding:5px 8px; font-weight:normal;}
.table-opin-comp a.link{color:#e48902;}
.table-opin-comp .th1{width:83px;width:46px;box-sizing: border-box;}
.table-opin-comp .th2{width:224px;width:280px;box-sizing: border-box;}
.table-opin-comp .th3{width:224px;width:280px;box-sizing: border-box;}
.table-opin-comp .th4{width:406px;width:398px;box-sizing: border-box;}
.table-opin-comp td.th2, 
.table-opin-comp td.th3, 
.table-opin-comp td.th4{ text-align:left;}

.pat-review{width:100%; display:block; overflow:hidden;margin:40px 0 50px;}
.pat-review .title{width:100%; display:block; overflow:hidden; font-size:18px; line-height:22px; color:#000000;padding-bottom:15px; border-bottom:solid 2px #432c58; margin-bottom:20px;}
.pat-review .title img{height:22px; vertical-align:text-bottom; margin-right:6px;}
.pat-review .word{width:988px;padding:10px 8px; background:#fef2f2; border:dashed 1px #ffb4a8; font-size:14px; line-height:24px; color:#333333; display:block; overflow:hidden; margin-bottom:22px;}

.form-pat-review{width:100%; overflow:hidden;position: relative;}
.form-pat-review .form-group{overflow:hidden; margin-bottom:12px;}
.form-pat-review .form-group.col-12{width:100%;}
.form-pat-review .control-label{width:6em;float:left;margin-right:10px; text-align:right; font-size:14px; line-height:35px; color:#333333;}
.form-pat-review .must{color:#ff0000; margin-right:4px;}
.form-pat-review input[type="text"]{width:312px; height:23px; border:solid 1px #b3b3b3; padding:5px 8px; vertical-align:middle; font-size:14px; line-height:23px; color:#333; float:left;}
.form-pat-review textarea{width:894px;height:138px; padding:5px 8px; border:solid 1px #b3b3b3;font-size:14px; line-height:23px; color:#333; float:left;}
.form-pat-review .form-btn{width:100%; overflow:hidden; text-align:center;padding:8px 0 0;}
.form-pat-review .form-btn .submit{width:100px; height:35px; display:inline-block; text-align:center; font-size:14px; line-height:35px; color:#fff; background:#432c58;border:none; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px; margin:0 8px; cursor:pointer;vertical-align:middle;}
.form-pat-review .form-btn .reset{width:100px; height:35px; display:inline-block; text-align:center; font-size:14px; line-height:35px; color:#fff; background:#b1afb3; border:none; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -webkit-border-radius:3px;margin:0 8px; cursor:pointer;vertical-align:middle;}
.form-pat-review .tsxx{float:left;width:100%; overflow:hidden; text-indent:94px; font-size:12px; line-height:22px; color:red;}


.pop-box{width:100%;height:100%;display:none;background:url(../image/bg_tm60.png);position:fixed;left:0;top:0;z-index:100000;}
.pop-pat-month{width:428px;height: 210px;display:none;background:#fff;position:absolute;left:50%;top:50%;margin:-105px 0 0 -224px;}
.pop-pat-month .title{padding:0 48px 0 30px; width:428px; height:36px; display:block; font-size:16px; line-height:36px; color:#333333; font-weight:bold; background:#e6e6e6;}
.pop-pat-month .doc{padding:0 16px; display:block; overflow:hidden; font-size:14px; line-height:24px; color:#444444; margin:22px auto 18px; text-indent:2em;}
.pop-pat-month .btn-box{width:100%; display:block; text-align:center;}
.pop-sure{
  width:100px; 
  height:36px; 
  display:block; 
  margin:0 auto; 
  text-align:center; 
  font-size:14px; 
  line-height:36px; 
  color:#fff !important; 
  background:#2d66a5; 
  border-radius:3px; 
  -moz-border-radius:3px; 
  -ms-border-radius:3px; 
  -webkit-border-radius:3px;
}
.pop-sure:hover{color:#fff;}

.pat-level4{
  padding: 30px 47px 32px 32px;
  overflow: hidden;
  background: #fff;
}
.pat-level4 .leve-item{
  float: left;
  display: block;
  position: relative;
}
.pat-level4 .leve-item:not(:last-child){
  margin-right: 60px;
}
.pat-level4 .leve-item:not(:last-child):before{
  content: "";
  position: absolute;
  right: -30px;
  top: 6px;
  width: 1px;
  height: 36px;
  background: #e5e5e5;
}
.pat-level4 a{
  display: block;
  padding: 0 20px 0 36px;
  height: 44px;
  background: #e4e4e4 url(../image/patxg_01.png) no-repeat left 16px center;
  border-radius: 3px;
  font-size: 16px;
  line-height: 44px;
  color: #666;
}
.pat-level4 .on a{
  background: #2d66a5 url(../image/patxg_02.png) no-repeat left 16px center;
  color: #fff;
}

.opinion-box{
  width: auto;
  padding: 42px 46px 50px 47px;
  background: #fff;
  margin-top: 8px;
}
.pat-review{
  margin-bottom: 0;
}
.pat-table-title{
  line-height: 34px;
  padding-top: 0;
  color: #2d66a5;
}
.pat-review .word{
  width: 987px;
  background: #ebf4fe;
  border: dashed 1px #8fadd1;
}
.form-pat-review .form-group.pull-right{
  margin-right: 77px;
}
.form-pat-review textarea{
  width: 987px;
}
.form-pat-review .form-btn{
  padding-top: 18px;
}
.form-pat-review .form-btn .submit{
  background: #2d66a5;
}
.pat-year-select .diy_select_list{
  display: none;
}

.form-pat-review .tsxx{
  position: absolute;
  text-indent: 0;
}
.form-pat-review .tsxx1{
  top: 35px;
  left: 94px;
}
.form-pat-review .tsxx2{
  top: 35px;
  left: 598px;
}
.form-pat-review .tsxx3{
  top: 232px;
  left: 0;
}
