.logout_banner {
  background: url("../img/subject/logout/logout_banner.png") no-repeat;
}
.reg_banner {
  background: url("../img/subject/reg/reg_banner.png") no-repeat;
}
.mod_banner {
  background: url("../img/subject/modification/mod_banner.png") no-repeat;
}
.licence_banner {
  background: url("../img/subject/licence/licence_banner.png") no-repeat;
}
.taxes_banner {
  background: url("../img/subject/taxes/taxes_banner.png") no-repeat;
}
.address_banner {
  background: url("../img/subject/address/address_banner.png") no-repeat;
}
.audit_banner {
  background: url("../img/subject/audit/audit_banner.png") no-repeat;
}
.subject_banner {
  height: 450px;
  width: 100%;
  background-position: center;
  background-size: auto 450px;
  min-width: 1200px;
}
.subject_banner {
  margin-bottom: 31px;
}
.subject_top {
  height: 562px;
  width: 100%;
  margin-bottom: 33px;
}
.subject_package {
  width: 447px;
  height: 100%;
  background: #fff;
}
.subject_package_head {
  height: 84px;
  width: 100%;
  text-align: center;
  padding-top: 23px;
}
.logout_package_head {
  background: url("../img/subject/logout/logout_package.png") no-repeat;
}
.reg_package_head {
  background: url("../img/subject/reg/reg_package.png") no-repeat;
}
.mod_package_head {
  background: url("../img/subject/modification/mod_package.png") no-repeat;
}
.licence_package_head {
  background: url("../img/subject/licence/licence_package.png") no-repeat;
}
.taxes_package_head {
  background: url("../img/subject/taxes/taxes_package.png") no-repeat;
}
.address_package_head {
  background: url("../img/subject/address/address_package.png") no-repeat;
}
.audit_package_head {
  background: url("../img/subject/audit/audit_package.png") no-repeat;
}
.subject_package_head p {
  font-size:24px;
  font-weight:500;
  color:#fff;
  line-height:24px;
}
.subject_form_box {
  padding: 43px 43px 29px;
  flex: 1;
}
.reg_form_box {
  padding: 43px 20px 35px 30px ;
}
.mod_form_box {
  padding: 31px 24px 29px 32px ;
}
.licence_form_box {
  padding: 61px 40px 29px;
}
.subject_form {
  position: relative;
  height: 100%;
}
.subject_form dl {
  display: flex;
  justify-content: space-between;
}
.subject_form dt {
  font-size:22px;
  color:#333;
  flex: 1;
  text-align: left;
}
.logout_type dd button {
  width:106px;
  height:40px;
  background:#F6F9FD;
  border-radius:4px;
  font-size:16px;
  border:1px solid #EBF1FA;
  color:#F39800;
  cursor: pointer;
}
.logout_type dd{
  justify-content: space-between;
  width: 246px;
}
.mod_type dd button {
  width:106px;
  height:40px;
  background:#F6F9FD;
  border-radius:4px;
  font-size:16px;
  border:1px solid #EBF1FA;
  color:#52D499;
  cursor: pointer;
  line-height: 38px;
}
.mod_type dd{
  justify-content: space-between;
  flex-wrap: wrap;
  width: 291px;
  padding-right: 36px;
}
.mod_type dt {
  margin-top: 3px;
}
.mod_name dt,
.mod_mobile dt,
.mod_company dt {
  line-height: 40px;
}
.reg_type .reg_seltect_type {
  width:130px;
  height:40px;
  border-radius:4px;
  font-size:16px;
  border:1px solid #EBF1FA;
  cursor: pointer;
  color: rgba(0,0,0,.45);
}
.reg_type .reg_active_type {
  background:#FC5D4D;
  line-height: 38px;
  color:#fff;
  border: 0;
}
.reg_type dd {
  justify-content: space-between;
  width: 290px;
}
.logout_err dd {
  justify-content: space-between;
}
.logout_type dt,
.reg_type dt,
.audit_type dt,
.address_type dt {
  line-height: 40px;
}
.reg_type {
  margin-bottom: 29px;
}
.logout_active_err,
.logout_active_type {
  border:1px solid #F39800!important;
}
.mod_active_type {
  border: 1px solid #56D59C!important;
}
.logout_type {
  margin-bottom: 20px;
}
.logout_form_input dt {
  line-height: 51px;
}
.subject_form_input input[type=text] {
  background:#F6F9FD;
  border:1px solid #EBF1FA;
  border-radius:4px;
  line-height: 16px;
  font-size:16px;
  color:#333;
}
.logout_form_input input[type=text] {
  height:51px;
  width: 266px;
  padding: 17px 19px 16px;
}
.reg_form_input input[type=text] {
  width: 292px;
  height: 40px;
  padding: 12px 17px 12px 13px;
}
.mod_form_input input[type=text] {
  width: 291px;
  height: 40px;
  padding: 12px 14px 12px 15px;
}
.reg_form_input dt,
.form_mod dt {
  line-height: 40px;
}
.logout_company {
  margin-bottom: 16px;
}
.reg_form_input {
  margin-bottom: 28px;
}
.reg_form_input:nth-last-of-type(1) {
  margin-bottom: 0;
}
.logout_err dt {
  line-height: 40px;
}
.logout_err button {
  width:98px;
  height:40px;
  background:#F6F9FD;
  border:1px solid #EBF1FA;
  border-radius:4px;
  font-size:16px;
  border:1px solid #EBF1FA;
  color:#F39800;
  cursor: pointer;
}
.logout_err {
  margin-bottom: 26px;
}
.logout_err dd {
  width: 205px;
}
.logout_name {
  margin-bottom: 12px;
}
.mod_name,
.mod_company,
.mod_type {
  margin-bottom: 20px;
}
.logout_form_submit {
  width:239px;
  height:62px;
  background:#F39800;
  border-radius:3px;
  font-size:24px;
  font-weight:500;
  color:#fff;
  line-height:62px;
}
.mod_form_submit {
  width:239px;
  height:62px;
  background:linear-gradient(178deg,#7DE1C2,#4DD294);
  border-radius:3px;
  font-size:24px;
  font-weight:500;
  color:#fff;
  line-height:62px;
}
.subject_form_input input::-webkit-input-placeholder {
  color: rgba(26,44,63,.35);
}
.subject_form_input input:-moz-placeholder {
  color: rgba(26,44,63,.35);
}
.subject_form_input input:-ms-input-placeholder {
  color: rgba(26,44,63,.35);
}
.verification-ts {
  margin-top: 10px;
  color: red;
}
.mod_form_box .verification-ts {
  margin-top: 7px;
}
.company_result {
  display: inline-block;
  padding: 30px 20px;
  width: 270px;
  background: #fff;
}
.company_result img {
  width: 60px;
  height: 60px;
}
.company_result h2 {
  margin: 15px 0 30px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  vertical-align: middle;
}
.company_result p {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  vertical-align: middle;
}
.pad_t_30 {
  padding-top: 30px;
}
.rect_button {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #4267E7;
  line-height: 16px;
  border-radius: 3px;
}
.subject_top_r>h3 {
  width:100%;
  height:60px;
  font-size:25px;
  font-weight:500;
  line-height:60px;
  text-align: center;
  margin-bottom: 10px;
}
.subject_top_r {
  justify-content: space-between;
  height: 100%;
  width: 733px;
}
.logout_top_r>h3 {
  background:rgba(104,42,251,.81);
  color:#fff;
}
.mod_top_r>h3 {
  background:#3E92EE;
  color:#fff;
}
.subject_top_msg {
  background: #fff;
  flex: 1;
}
.logout_top_msg  {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 44px 36px 0;
}
.mod_top_msg  {
  padding: 30px 45px 0;
}
.logout_top_text {
  margin-top: 22px;
}
.logout_tips_img {
  height: 218px;
  width: 100%;
  background: #eee;
  text-align: center;
  justify-content: center;
}
.logout_top_tips img {
  width: 100%;
  height: auto;
}
.logout_top_tips {
  width: 195px;
}
.logout_top_text h4 {
  font-size:16px;
  font-weight:500;
  color:#333;
  line-height:20px;
  text-align: center;
  margin-bottom: 16px;
}
.logout_top_text p {
  font-size:14px;
  color:#333;
  line-height:25px;
}
.logout_top_text dl {
  display: flex;
  flex-flow: row;
  padding: 0 11px 7px 7px;
}
.subject_top_msg a {
  display: inline-block;
  width:140px;
  height:40px;
  border:1px solid #3699FF;
  border-radius:20px;
  font-size:18px;
  font-weight:500;
  color:#2097FF;
  line-height:36px;
  text-align: center;
}
.logout_top_msg a {
  position: absolute;
  bottom: 21px;
  right: 30px;
}
.ser_correlation {
  flex-wrap: wrap;
}
.ser_corr_box {
  margin: 0 24px 28px 0;
  border: 1px solid rgba(0,0,0,0.15);
}
.ser_corr_box:nth-of-type(4n) {
  margin-right: 0;
}
.ser_corr_box img {
  width: 280px;
  height: auto;
}
.ser_corr_box p {
  padding: 15px 10px 15px 15px;
  width: 280px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  background: #fff;
  border-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subject_ad img {
  width: 100%;
  height: auto;
}
.subject_ad {
  margin-bottom: 28px;
}
.subject_process h3 {
  width:100%;
  height:60px;
  text-align: center;
  font-size:25px;
  font-weight:500;
  color:#fff;
  line-height:60px;
  margin-bottom: 20px;
}
.logout_process h3 {
  background:#834FFA;
}
.mod_process h3 {
  background:#3E92EE;
}
.subject_pro_con {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 73px 62px 16px 82px;
  background: #fff;
}
.subject_pro_con_box {
  width: 480px;
  height: 104px;
  background: #fff;
  border: 1px solid #81C4FF;
  border-radius: 40px;
  position: relative;
  padding: 0 5px 0 63px;
  margin-bottom: 43px;
}
.subject_pro_con_box .process_1 {
  background: url("../img/service/process_1.png") no-repeat;
}
.subject_pro_con_box .process_2 {
  background: url("../img/service/process_2.png") no-repeat;
}
.subject_pro_con_box .process_3 {
  background: url("../img/service/process_3.png") no-repeat;
}
.subject_pro_con_box .process_4 {
  background: url("../img/service/process_4.png") no-repeat;
}
.subject_pro_con_box .process_5 {
  background: url("../img/service/process_5.png") no-repeat;
}
.subject_pro_con_box .process_6 {
  background: url("../img/service/process_6.png") no-repeat;
}
.subject_pro_con_box .process_7 {
  background: url("../img/service/process_7.png") no-repeat;
}
.subject_pro_con_box .process_8 {
  background: url("../img/service/process_8.png") no-repeat;
}
.subject_pro_con_box .process_9 {
  background: url("../img/service/process_9.png") no-repeat;
}
.subject_pro_con_box .process_10 {
  background: url("../img/service/process_10.png") no-repeat;
}
.subject_pro_con_box .process_11 {
  background: url("../img/service/process_11.png") no-repeat;
}
.subject_pro_con_img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-38%);
  width: 74px;
  height: 74px;
  background-size: contain!important;
}
.subject_pro_con_box span:nth-of-type(1) {
  font-size: 46px;
  font-weight: 400;
  color: #2097FF;
  line-height: 72px;
  opacity: 0.9;
  margin-right: 10px;
}
.subject_pro_con_box span:nth-of-type(2) {
  font-size: 21px;
  color: #333;
  width: 381px;
  line-height: 35px;
}
.subject_process {
  margin-bottom: 24px;
}
.subject_inf_tab {
  height: 60px;
  margin-bottom: 15px;
}
.subject_inf_tab button {
  width: 50%;
  height: 100%;
  float: left;
  font-size:25px;
  font-weight:500;
  cursor: pointer;
  color: #333;
  background:#fff;
}
.logout_inf_tab .subject_inf_active {
  background:rgba(104,42,251,.81);
  color: #fff;
}
.mod_inf_tab .subject_inf_active {
  background:#3E92EE;
  color: #fff;
}
.subject_inf_box {
  height: 460px;
  width: 100%;
  background: #fff;
  text-align: center;
  margin-bottom: 44px;
}
.logout_inf_before_box {
  padding-top: 58px;
}
.logout_inf_before_text span {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  vertical-align: bottom;
}
.logout_inf_before_text .inf_before_text_num {
  float: left;
  margin-bottom: 16px;
}
.text_num_margin {
  margin-right: 8px;
}
.logout_inf_before_text .num {
  width:26px;
  height:26px;
  border:1px solid rgba(54,153,255,1);
  border-radius:50%;
  line-height: 24px;
  font-size: 18px;
  color: #2097FF;
  display: inline-block;
  margin-right: 3px;
}
.logout_inf_before_text {
  width: 900px;
  margin: 0 auto 25px;
}
.logout_inf_before_box>img {
  width: 974px;
  height: auto;
}
.logout_inf_after_box {
  padding: 82px 118px 102px 121px;
  justify-content: space-between;
  align-items: flex-end;
}
.inf_after_img p {
  font-size:18px;
  font-weight:500;
  color:#333;
  line-height:30px;
}
.inf_after_img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inf_after_img1,
.inf_after_img2 {
  height: 248px;
}
.inf_after_img3 {
  height: 276px;
}
.subject_more h2 {
  font-size:28px;
  font-weight:500;
  color:#333;
  line-height: 28px;
  margin-bottom: 35px;
}
.subject_more_box {
  width:279px;
  height:186px;
  padding-top: 36px;
  text-align: center;
  display: inline-block;
}
.subject_more_con {
  justify-content: space-between;
}
.subject_more_box1 {
  background:linear-gradient(-37deg,rgba(68,154,253,.84),rgba(13,92,255,.84));
}
.subject_more_box2 {
  background:linear-gradient(-37deg,rgba(90,86,218,.84),rgba(123,125,228,.84));
}
.subject_more_box3 {
  background:linear-gradient(-37deg,rgba(11,198,209,.81),rgba(21,225,225,.81));
}
.subject_more_box4 {
  background:linear-gradient(-37deg,rgba(163,30,210,.84),rgba(189,75,223,.84));
}
.subject_more_box5 {
  background:linear-gradient(-37deg,rgba(243,178,66,.84),rgba(250,149,60,.84));
}
.subject_more_box_title1 {
  background: url("../img/subject/more_img_1.png") no-repeat;
}
.subject_more_box_title2 {
  background: url("../img/subject/more_img_2.png") no-repeat;
}
.subject_more_box_title3 {
  background: url("../img/subject/more_img_3.png") no-repeat;
}
.subject_more_box_title4 {
  background: url("../img/subject/more_img_4.png") no-repeat;
}
.subject_more_box_title5 {
  background: url("../img/subject/more_img_5.png") no-repeat;
}
.subject_more_box_title6 {
  background: url("../img/subject/more_img_6.png") no-repeat;
}
.subject_more_box_title7 {
  background: url("../img/subject/more_img_7.png") no-repeat;
}
.subject_more {
  margin-bottom: 27px;
}
.subject_more_box_title p {
  font-size:28px;
  font-weight:500;
  color:#fff;
}
.subject_more_box_title {
  margin: 0 0 14px 45px;
  height: 49px;
  padding-left: 61px;
}
.subject_more_box span {
  font-size:17px;
  font-weight:500;
  color:#fff;
}
.subject_more_right {
  background: url("../img/subject/more_right.png") no-repeat;
  width: 29px;
  height: 29px;
  margin: auto;
  margin-top: 11px;
}
.reg_selectNext {
  cursor: pointer;
  font-size: 16px;
  line-height: 38px;
  padding-left: 20px;
}
.reg_selectNext .reg_selectValNext {
  color: rgba(0,0,0,0.65);
}
.reg_selectNext i {
  font-size: 10px;
  color: rgba(0,0,0,0.65);
  position: absolute;
  right: 20px;
}
.reg_selectListNext {
  z-index: 999;
  width: 235px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  position: absolute;
  top: 54px;
  right: 50%;
  background-color: #fff;
  transform: translateX(50%);
}
.listANext:first-child {
  border-radius: 6px 6px 0 0;
}
.listANext {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #545454;
  text-align: center;
  display: block;
  background-color: #FFFFFF;
}
.listANextH {
  background-color: #f6faff;
  color: #376ec0;
}
.reg_class dd {
  width:292px;
  height:40px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;
  position: relative;
}
.reg_class dt {
  line-height: 40px;
}
.reg_class {
  margin-bottom: 28px;
}
.reg_form_submit {
  width:260px;
  height:40px;
  background:#FC5D4D;
  border-radius:4px;
  font-size:18px;
  color:#fff;
  line-height:40px;
}
.subject_form input[type=submit] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.mod_top_text {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 66px;
}
.mod_top_text span {
  font-size:16px;
  font-weight:500;
  color:#333;
  line-height:18px;
}
.mod_top_box {
  padding-left: 6px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mod_top_tips {
  margin-bottom: 40px;
}
.mod_top_tips img {
  float: left;
}
.mod_top_tips .mod_top_tips_text {
  padding: 9px 0 0 15px;
  width: 177px;
}
.mod_top_tips_text span {
  font-size:14px;
  color:#333;
  line-height:25px;
  text-align: justify;
}
.mod_top_tips_text p {
  font-size:16px;
  font-weight:500;
  color:#2097FF;
  line-height:16px;
  margin-bottom: 16px;
}
.mod_seltect_type {
  margin-bottom: 15px;
}
.mod_seltect_type:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.mod_inf_before_text {
  padding: 107px 115px 0 107px;
}
.mod_inf_before_text .num {
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius:50%;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  background: #2097FF;
}
.mod_before_text_num1 {
  width: 330px;
}
.mod_before_text_num2 {
  width: 200px;
  margin-left: 122px;
}
.mod_before_text_num3 {
  width: 205px;
}
.mod_before_text_num h3 {
  font-size:25px;
  font-weight:500;
  color:#2097FF;
  line-height:25px;
  padding: 20px 0;
}
.mod_before_text_num dl {
  font-size:16px;
  font-weight:500;
  color:#333;
  line-height:21px;
  display: flex;
  flex-flow: row;
}
.mod_before_text_num dd {
  text-align: left;
}
.mod_before_text_num1 dl {
  padding: 0 15px;
}
.mod_inf_after_box {
  padding: 94px 58px 0 90px;
  align-items: flex-start;
  justify-content: space-between;
}
.mod_inf_after_box p {
  font-size:25px;
  font-weight:500;
  color:#333;
  line-height:33px;
  height: 67px;
  justify-content: space-around;
  margin-top: 20px;
}
.mod_after_img img {
  width: 160px;
  height: auto;
}
.reg_top_r .reg_top_tab {
  width:100%;
  height:60px;
  margin-bottom: 10px;
}
.reg_top_tab button {
  font-size:25px;
  font-weight:500;
  line-height:60px;
  background: #fff;
  flex: 1;
  cursor: pointer;
}
.reg_top_tab .reg_top_tab_active {
  background: #2097FF;
  color:#fff;
}
.reg_top_r .reg_top_address {
  padding: 22px 16px 0;
}
.reg_top_r .reg_top_name {
  padding: 31px 33px 0;
}
.reg_top_r .reg_top_range {
  padding: 25px 27px 0;
}
.reg_address p,
.reg_range p {
  font-size:16px;
  color:#333;
  line-height:20px;
  letter-spacing: .5px;
  text-align: justify;
}
.reg_address {
  margin-bottom: 2px;
  padding-left: 7px;
}
.reg_address_img {
  margin-top: 18px;
}
.reg_address_img_box1 img {
  width: 199px;
  height: auto;
}
.reg_address_img_box img {
  margin-bottom: 17px;
}
.reg_address_img_box p {
  font-size:18px;
  font-weight:500;
  color:#2097FF;
  text-align: center;
}
.reg_address_img_box2,
.reg_address_img_box3 {
  margin-left: 19px;
}
.reg_address_img_box3 {
  margin-top: 19px;
}
.reg_name_title span {
  font-size:16px;
  color:#333;
  line-height:26px;
}
.reg_name_title {
  position: relative;
  margin-bottom: 35px;
}
.reg_name_title a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reg_name_img {
  justify-content: space-between;
  align-items: flex-start;
}
.reg_name_img_box img {
  width: 200px;
  height: auto;
  margin-bottom: 24px;
}
.reg_name_img_box p {
  font-size:18px;
  font-weight:500;
  color:#2097FF;
  text-align: center;
}
.reg_range {
  margin-bottom: 4px;
}
.reg_range_img img {
  width: 676px;
  height: auto;
}
.reg_range_img {
  margin-top: 17px;
}
.reg_process h3 {
  background: #2097FF;
}
.reg_inf_tab .subject_inf_active {
  background: #2097FF;
  color: #fff;
}
.reg_inf_before_text .num {
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius:50%;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  background: #2097FF;
}
.reg_inf_before_text {
  padding: 39px 79px 0;
}
.reg_before_text_num span {
  font-size: 18px;
  color: #333;
}
.reg_before_text_num h3 {
  font-size: 24px;
  font-weight: 500;
  color: #2097FF;
  padding: 8px 0 5px;
}
.reg_before_text_num {
  width: 33.333%;
}
.reg_before_text_num:nth-of-type(4),
.reg_before_text_num:nth-of-type(5),
.reg_before_text_num:nth-of-type(6) {
  margin-top: 48px;
}
.reg_before_text_num:nth-of-type(7) {
  margin-top: 35px;
}
.reg_inf_after_box {
  padding: 86px 64px 0 46px;
  justify-content: space-between;
  align-items: flex-start;
}
.reg_inf_after_box img {
  width: 160px;
  height: auto;
  margin: auto;
}
.reg_inf_after_box .inf_after_img p {
  font-size:18px;
  font-weight:500;
  color:#333;
  margin-top: 17px;
}
.licence_top_r>h3 {
  background:#F48D46;
  color: #fff;
}
.licence_form_submit {
  width: 239px;
  height: 62px;
  background: #AE57E5;
  border-radius: 3px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 62px;
}
.licence_class {
  margin-bottom: 29px;
}
.licence_type {
  margin-bottom: 29px;
}
.licence_class dt {
  line-height: 51px;
}
.licence_class dd {
  width: 266px;
  height: 51px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  position: relative;
}
.licence_type .licence_seltect_type {
  width: 106px;
  height: 40px;
  background: #F6F9FD;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #EBF1FA;
  color: #AE57E5;
  cursor: pointer;
}
.licence_selectNext {
  cursor: pointer;
  font-size: 16px;
  line-height: 49px;
  padding-left: 20px;
}
.licence_selectNext i {
  font-size: 10px;
  color: rgba(0,0,0,0.65);
  position: absolute;
  right: 20px;
}
.licence_selectNext .licence_selectValNext {
  color: rgba(0,0,0,0.65);
}
.licence_type dd {
  width: 246px;
  justify-content: space-between;
}
.licence_form_input input[type=text] {
  width: 266px;
  height: 51px;
  padding: 17px 19px 16px;
}
.licence_form_input dt {
  line-height: 51px;
}
.licence_name {
  margin-bottom: 29px;
}
.licence_selectListNext {
  z-index: 999;
  width: 235px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  position: absolute;
  top: 54px;
  right: 50%;
  background-color: #fff;
  transform: translateX(50%);
}
.licence_active_type {
  border: 1px solid #AE57E5!important;
}
.licence_top_r .licence_top_msg {
  padding: 30px 32px 0 29px;
}
.licence_top_text p {
  width:406px;
  font-size:16px;
  font-weight:500;
  color:#333;
  line-height:22px;
  text-align: justify;
}
.licence_top_text {
  padding: 0 8px 0 14px;
  margin-bottom: 71px;
}
.licence_top_img {
  justify-content: space-between;
  align-items: flex-start;
}
.licence_top_img h3 {
  text-align: center;
  font-size:16px;
  line-height: 16px;
  font-weight:500;
  color:#333;
  margin: 33px 0 22px;
}
.licence_top_img p {
  width: 140px;
  font-size:14px;
  color:#333;
  line-height:26px;
  margin: auto;
  text-align: justify;
}
.licence_process h3 {
  background: #F48D46;
}
.licence_inf_tab .subject_inf_active {
  background: #F48D46;
  color: #fff;
}
.licence_inf_before_box {
  padding: 54px 178px 0 193px;
}
.licence_inf_before_text {
  width: 790px;
  margin: 0 0 7px 42px;
}
.licence_inf_before_text .inf_before_text_num {
  float: left;
  margin-bottom: 27px;
}
.licence_inf_before_text .num {
  width: 26px;
  height: 26px;
  border: 1px solid #3699FF;
  border-radius: 50%;
  line-height: 24px;
  font-size: 18px;
  color: #2097FF;
  display: inline-block;
  margin-right: 3px;
}
.licence_inf_before_text span {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  vertical-align: bottom;
}
.licence_inf_before_box img {
  width: 829px;
  height: auto;
  margin: auto;
}
.texes_form_box {
  padding: 85px 21px 49px 31px;
}
.taxes_type dd {
  width: 290px;
  justify-content: space-between;
}
.taxes_active_type {
  background: #6875EB!important;
  color: #fff!important;
}
.taxes_type .taxes_seltect_type {
  width: 130px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #DADADA;
  color: #AEAEAE;
  cursor: pointer;
  line-height: 38px;
}
.taxes_mobile dt,
.taxes_type dt,
.taxes_company dt,
.taxes_name dt {
  line-height: 40px;
}
.taxes_mobile,
.taxes_type,
.taxes_company,
.taxes_name {
  margin-bottom: 29px;
}
.taxes_form_input input[type=text] {
  width: 292px;
  height: 40px;
  padding: 11px 14px 11px 16px;
}
.taxes_form_submit {
  width: 260px;
  height: 40px;
  background: #6875EB;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}
.taxes_top_r>h3 {
  background:#2097FF;
  color: #fff;
}
.taxes_top_r .taxes_top_msg {
  padding: 27px 32px 0 37px;
}
.taxes_top_text p {
  width:435px;
  font-size:16px;
  font-weight:500;
  color:#333;
  line-height:23px;
}
.taxes_top_text {
  padding: 0 16px 0 17px;
  margin-bottom: 27px;
}
.taxes_top_img img {
  width: 664px;
  height: auto;
}
.taxes_process h3 {
  background: #2097FF;
}
.taxes_inf_tab .subject_inf_active {
  background: #2097FF;
  color: #fff;
}
.taxes_inf_before_box {
  padding: 38px 92px 0 104px;
}
.taxes_inf_before_text {
  width: 895px;
  margin: 0 0 15px 53px;
}
.taxes_inf_before_text .inf_before_text_num {
  float: left;
  margin-bottom: 15px;
}
.taxes_inf_before_text .num {
  width: 26px;
  height: 26px;
  border: 1px solid #3699FF;
  border-radius: 50%;
  line-height: 24px;
  font-size: 18px;
  color: #2097FF;
  display: inline-block;
  margin-right: 3px;
}
.taxes_inf_before_text h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  vertical-align: bottom;
  display: inline-block;
}
.taxes_inf_before_text span {
  color: #666;
}
.taxes_inf_before_text .text_num_margin {
  margin-right: 18px;
}
.taxes_after_img img {
  width: 257px;
  height: auto;
}
.taxes_inf_before_box img {
  width: 1004px;
  height: auto;
  margin: auto;
}
.taxes_inf_after_box p {
  color: #333;
  justify-content: space-around;
  margin-top: 28px;
  font-size:18px;
  line-height:35px;
}
.taxes_inf_after_box img {
  width: 257px;
  height: auto;
}
.taxes_inf_after_box {
  padding: 106px 97px 0 107px;
  align-items: flex-start;
  justify-content: space-between;
}
.address_type dd button {
  width:130px;
  height:40px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;
  cursor: pointer;

  font-size:16px;
  color:rgba(0,0,0,.45);
}
.address_type dd{
  justify-content: space-between;
  width: 290px;
}
.address_type {
  margin-bottom: 29px;
}
.address_type .address_active_type {
  background: #F9AA49;
  color: #fff;
  border: 0;
}
.address_form_box {
  padding: 87px 21px 49px 30px;
}
.address_form_input dt {
  line-height: 40px;
}
.address_form_input input[type=text] {
  height:40px;
  width: 292px;
  padding: 12px 16px 12px 14px;
}
.address_company,
.audit_company,
.audit_name,
.address_name {
  margin-bottom: 28px;
}
.address_form_submit {
  width:260px;
  height:40px;
  background:#F9AA49;
  border-radius:4px;
  font-size:18px;
  font-weight:400;
  color:#fff;
  line-height:40px;
}
.address_top_r>h3 {
  background:#2097FF;
  color:#fff;
}
.address_top_msg {
  padding: 42px 23px 0 30px;
}
.address_top_text p {
  width: 435px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 23px;
}
.address_top_text {
  padding-right: 42px;
}
.address_top_msg img {
  margin-top: 29px;
  width: 680px;
  height: auto;
}
.address_process h3 {
  background:#2097FF;
}
.address_inf_tab .subject_inf_active {
  background:#2097FF;
  color: #fff;
}
.address_inf_before_box {
  padding-top: 58px;
}
.address_inf_before_box>img {
  width: 396px;
  height: auto;
}
.address_inf_before_text span {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  vertical-align: bottom;
}
.address_inf_before_text .inf_before_text_num {
  float: left;
}
.address_inf_before_text .num {
  width:26px;
  height:26px;
  border:1px solid rgba(54,153,255,1);
  border-radius:50%;
  line-height: 24px;
  font-size: 18px;
  color: #2097FF;
  display: inline-block;
  margin-right: 3px;
}
.address_inf_before_text {
  width: 840px;
  margin: 0 auto 60px;
}
.address_margin {
  margin-right: 25px;
}
.address_after_img img{
  width: 385px;
  height: auto;
  margin-top: 82px;
}
.address_after_img p {
  margin-top: 52px;
  font-size:18px;
  color:#333;
}
.address_after_img {
  text-align: center;
}
.audit_type dd button {
  width:130px;
  height:40px;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;
  cursor: pointer;
  font-size:16px;
  color:rgba(0,0,0,.45);
  line-height: 38px;
}
.audit_type dd button:nth-of-type(even) {
  width:147px;
}
.audit_type dd button:nth-of-type(n+3) {
  margin-top: 10px;
}
.audit_type .audit_active_type {
  background: #F9AA49;
  color: #fff;
  border: 0;
}
.audit_type dd {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 290px;
}
.audit_type {
  margin-bottom: 25px;
}
.audit_form_input dt {
  line-height: 40px;
}
.audit_form_input input[type=text] {
  height:40px;
  width: 292px;
  padding: 11px 16px 11px 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
}
.audit_form_submit {
  width:260px;
  height:40px;
  background:#F9AA49;
  border-radius:4px;
  font-size:18px;
  font-weight:400;
  color:#fff;
  line-height:40px;
}
.audit_top_r>h3 {
  background:#2097FF;
  color:#fff;
}
.audit_top_msg {
  padding: 19px 24px 0 24px;
}
.audit_top_text p {
  font-size:18px;
  color:#333;
  line-height:23px;
}
.audit_top_text span {
  font-size:16px;
  color:#333;
  line-height:23px;
  letter-spacing: 1px;
}
.audit_top_msg img {
  margin: 21px 0 19px;
}
.audit_inf_tab .subject_inf_active {
  background:#2097FF;
  color: #fff;
}
.audit_inf_before_box {
  padding-top: 56px;
}
.audit_inf_before_box>img {
  width: 824px;
  height: auto;
}
.audit_inf_before_text span {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  vertical-align: bottom;
}
.audit_inf_before_text .inf_before_text_num {
  float: left;
}
.audit_inf_before_text .num {
  width:26px;
  height:26px;
  border:1px solid rgba(54,153,255,1);
  border-radius:50%;
  line-height: 24px;
  font-size: 18px;
  color: #2097FF;
  display: inline-block;
  margin-right: 3px;
}
.audit_inf_before_text {
  width: 800px;
  margin: 0 auto 32px;
}
.audit_margin_top {
  margin-top: 18px;
}
.audit_margin_r {
  margin-right: 36px;
}
.audit_after_img img{
  width: 217px;
  height: auto;
  margin-top: 48px;
}
.audit_after_img p {
  margin-top: 26px;
  font-size:18px;
  color:#333;
}
.audit_after_img {
  text-align: center;
}
.audit_form_box {
  padding: 41px 21px 49px 30px;
}
.audit_process h3 {
  background:#2097FF;
}