/* 
   Powered by tihuobao.cn
*/
@charset "UTF-8";
html {font-size: 6.25%;}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  vertical-align: baseline;
}

body {
  background-color: #ebecef;
  color: #616C71;
  font-size: 15px;
  font-size: 15rem;
  line-height: 1.5;
  font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft Yahei",Arial,sans-serif;
}

ol, li{list-style: none;}
a,a:visited{text-decoration:none; color: #428bca; cursor:pointer; outline:none}
a:hover {text-decoration:underline; color: #2a6496;}

.underline {text-decoration:underline;}
.bold {font-weight: 600;}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button; /*-webkit-appearance: none;*/
    cursor: pointer;
}

/* input[type="number"] 无选择小箭头*/
input.input_no_arrow::-webkit-outer-spin-button,
input.input_no_arrow::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0; 
}
input.input_no_arrow[type="number"]{-moz-appearance:textfield;}

.clear {
  display: block;
  clear: both;
}

.clearfix:after {
  overflow: hidden;
  *zoom: 1;
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.fl {float: left;}
.fr {float: right;}

.tc {text-align: center;}
.tl {text-align: left !important;}
.tr {text-align: right !important;}

.txt12 {font-size: 12px;font-size: 12rem;}
.txt16 {font-size: 16px;font-size: 16rem;}
.txt18 {font-size: 18px;font-size: 18rem;}

.tb {font-weight: 600;}

.gray {color: #616C71;}
.red {color: red;}
.orange {color: #ff6f3c;}
.green {color: #43c16b;}
.black {color: #3d5561;text-decoration: none;}

.db{display:block;}
.di{display:inline;}
.dn{display:none;}

.lh18 {line-height: 18px;}
.lh22 {line-height: 22px;}

.oh {overflow: hidden;}

/* margin */
.mgb-20{margin-bottom:20px}

.wrap {
  background: #ebecef;
  padding:0 10px 1px 10px;
  max-width:768px;
  margin:0px auto;
  height:auto;
}

/* 屏幕小于 790px时候 */
@media all and (max-width:790px) {
   .wrap {padding:0;}
}
/* 移动端 */
@media all and (max-width:767px) {
	.wrap {font-size: 16px;font-size: 16rem;max-width:500px;}
}

/* ipad */
@media all and (width:768px) {
	.wrap {font-size: 16px;font-size: 16rem;}
}

.header {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #43c16b;
  padding:0 20px;
  position: relative;
}

.header .header-logo {
	line-height:60px;
	height: 60px;
	overflow: hidden;
	display: block;
	position: absolute;
	left:20px;
	top: 0;
}

.header .header-logo img {
    display: inline-block;
    vertical-align: middle;
	max-height:58px;
	max-width:100%;
	overflow: hidden;
}

.header .header-title2{
  display: block;
  margin: 0 auto;
  text-align: center;

  font-size: 20px;
  font-size: 20rem;
  font-weight: 600;
  color: #3d5561;

  max-width:90%;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

@media all and (max-width:767px) {
	.header .header-title2{display:none}
}

.header .header-title{
  display: block;
  margin: 0 auto;
  text-align: center;

  font-size: 20px;
  font-size: 20rem;
  font-weight: 600;
  color: #3d5561;

  max-width:90%;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:ellipsis;
}

.header .header-left{
  display: block;
  position: absolute;
  left:0px;
  top: 0;
  height: 48px;
}

.header .header-left a{
  display: block;
  background-position: 10px center;
  cursor: pointer;
}

.header .header-right{
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
}

.header .header-right a{
  display: block;
  background-position: left center;
  cursor: pointer;
}

/*顶部按钮*/
.btn_backhome {
  background: url("asset/site/image/home_btn@2x.png") no-repeat;
  background-size: auto 50%;
  width: 50px;
  height: 48px;
}

.btn_backhome2 {
  background: url("asset/site/image/home_btn@2x.png") no-repeat;
  background-size: auto 50%;
  width: 30px;
  height: 60px;
}

.footer {
  min-height: 18px;
  line-height: 22px;
  background: #fff;
  padding:10px 15px 10px 15px;
  margin:10px 0 15px 0;
  height:auto;
}

.footer .left{
  float:left;
  width:575px;
}

.footer .right{
  float:right;
  width:160px;
  white-space:nowrap; 
  overflow:hidden; 
  text-overflow:clip;
  text-align:right;
  font-size: 13px;
  font-size: 13rem;
}

@media all and (max-width:767px) {
    .footer .left{width:100%;}
	.footer .right{display:none}
}


.footer a,.footer a:visited {
  color: #555;
  display: inline-block;
}

a.powerby-link {
  font-size: 13px;
  font-size: 13rem;
  color: #555;
  cursor:pointer;
  outline:none;
  text-decoration:underline;
}


.footer .text_border {
  border-left: 1px solid #99969f;
  display: inline-block;
  height: 15px;
  margin: 0 5px -4px;
}

.box {
  margin: 10px 0;
  border-bottom: 1px solid #c8c8c8;
  background: #fff;
  padding: 0 12px;
  overflow: hidden;
  display: block;
}

inside-box{
  margin: 10px 0;
  background: #fff;
  padding: 0px;
  overflow: hidden;
  display: block;
}

.title {
  padding: 15px 0 10px 0;
  line-height: 23px;
  padding-left: 0px;
  color: #43c16b;
  font-size: 16px;
  font-size: 16rem;
  font-weight: bold;
  border-bottom: 1px dotted #b1c1c8;
}

/*内容文字字体大小*/
.content {
  padding:10px 5px;
  line-height: 1.8;
}
.content img{max-width: 100%;}

/*登录框*/
.index-box {
  margin: 15px 0;
}

.index-box p {
  display: table;
  width: 100%;
  margin: 15px 0 0 0;
}

.index-box p span.form_title {
  display: table-cell;
  /*width:70px;*/
  width: 70px;
  color: #616C71;
  line-height: 40px;
  font-weight: 600;
  vertical-align: top;
}

.index-box p span.form_title2 {
  width: 95px;
}

.index-box p span.label {
  margin:0 0 5px 0;
  display: block;
}

.index-box p span.form_word {
  display: table-cell;
  line-height:normal;
  color: #616C71;
  vertical-align: top;
}
.index-box p span.form_word em {
  display: block;
  position:relative;
}
 
.index-box p span.form_word em input {
  border: 1px solid #b1c1c8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-indent: 10px;
  line-height: 1.0;
  font-size: 14px;
  font-size: 14rem;
   padding: 12px 0;
}

.index-box p span.form_word em textarea {
  border: 1px solid #b1c1c8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 14rem;
}


.index-box .captcha {
   max-width:250px
}

.index-box .captcha .form_word em{
   margin-right:10px;
   width:140px;
}

.index-box .captcha .form_word input{
   font-size: 12px;
   font-size: 12rem;
}

.index-box p span.form_word2 {
  display: inline;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {

  .index-box p span.form_word em input {
    border: 1px solid #b1c1c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-indent: 10px;
    line-height: normal;
    padding: 11px 0;
  }
}


.index-box p span.form_word em input:focus, .index-box p span.form_word em textarea:focus{
  border-color: #43c16b;
}

.index-box p span.form_word em.user_em {
  position: relative;
}

.index-box p span.form_word em.user_em .icon_user {
  background: url("asset/site/image/user_em@2x.png") center white no-repeat;
  background-size: auto 50%;
  height: 38px;
  width: 40px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.index-box p span.form_word em.user_em input {
  padding-left:40px;
  text-indent:0;
  background: url("asset/site/image/user_em@2x.png") 10px center no-repeat;
  background-size: auto 50%;
  box-sizing:border-box;
}

.index-box p span.form_word em.password_em {
  position: relative;
}

.index-box p span.form_word em.password_em .icon_password {
  background: url("asset/site/image/password_em@2x.png") center white no-repeat;
  background-size: auto 50%;
  height: 38px;
  width: 40px;
  position: absolute;
  left: 1px;
  top: 1px;
}

.index-box p span.form_word em.password_em input {
  padding-left:40px;
  text-indent:0;
  background: url("asset/site/image/password_em@2x.png") 10px center no-repeat;
  background-size: auto 50%;
  box-sizing:border-box;
}
.imgCode { padding:12px 10px !important; text-indent:0 !important; box-sizing:border-box;}

.index-box p span.form_word input {
  width: 100%;
}

.pic{display:block;}
.pic img{width: 100%;max-height:250px;margin: 10px 0px 5px 0px;}
.mobile_pic{display:none;}

@media all and (max-width:767px) {
 .mobile_pic{display:block;}
 .mobile_pic img{width: 100%;max-height:180px;margin: 10px 0px 5px 0px;}
 .pic{display:none;}
}

/*height:255px;*/
.login-main{height:auto;overflow:hidden;}
.login-title {height:20px;color: #43c16b;font-size: 16px;font-size: 16rem;font-weight: bold;}
.form_operation {margin: 15px 0px 0px 0px;}

.login-form{width:270px;height:100%;float:right;overflow:hidden;}
.index-box p.login-number {margin-top: 0px;}

@media all and (max-width:767px) {
   .wrap {padding-right:0;padding-left:0;}
  .index-box {margin: 0px 0 15px 0;}
  .login-main{height:auto;/*max-height:450px;*/overflow:visible;}
  .login-title{display:none;}
  .login-form{width:100%;height:100%;float:none;overflow:visible;}
}

.form_btn {
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #43c16b;
  color: #fff;
  font-size: 16px;
  font-size: 16rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 16rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn_input {
  padding: 0px 12px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}

.btn-primary{
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #fff;
    background-color: #43c16b;
    border-color: #4cae4c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}
.box .form_list li{margin:0; padding:0; list-style-type:none}
.box .form_list li label
{
font-weight: bold;
min-width:65px;
display:inline-block;
margin:0 10px 0 0;
}

.goods_pic{max-height:250px;max-width:150px;display:block;}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.text-info {
    color: #31708f;
}

.text-success {
    color: #3c763d;
}

.text-danger {
    color: #a94442;
}


.content p{
    margin-bottom:10px;
}
.content ol {
    margin: 0 0 0 35px;
}

.content .des {
    padding: 0 8px 0 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .form-control {
    display: block;
    width: 95%;
    height: 24px;
    padding: 3px 10px;
	font-size: 14px;
    font-size: 14rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-error .help-block {
    color: #a94442;
}

.form-group .text-danger {
    color: #a94442;
}

.form-group .text-info {
    color: #31708f;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group select.form-control{
	height: 34px;
}

.verify-img{line-height:43px;vertical-align: middle; display:block;height:40px;}
.verify-img img{float:left;vertical-align: top;}

.express-list {
    padding: 0 0 0 25px;
}
.express-list li{
   list-style: disc;
   margin: 0 0 8px 0;
   padding:0;
   line-height:1.5;
}
.express-list li span{
   display:block;
}

/*首页 menu*/
.menu {
    text-align: center;
    margin:0;
	padding:0;
	font-size: 16px;
	font-weight: bold;
	height:35px;
	line-height:35px;
	margin: 0px 0 8px 0;
}

.menu a{
    color: #43c16b;
	text-decoration:none;
}

.menu .menu-box{
    text-align: center;
	cursor: pointer;
	border-top: 2px solid #fff;
}

.menu .menu-box span {
 position: relative;
}

.menu .left {
  float:left;
  width:50%;
}

.menu .right {
 float:right;
 width:50%;
}

.menu .menu-on {
  border-top: 2px solid #43c16b;
  color: #43c16b;
}

.goods_sub {margin-top:10px;}
.goods_sub ul li{margin:10px 0;}
.sub_list {width:100%;margin:10px 0px 10px 0px;padding:0px;text-align:left;overflow: hidden;}
.sub_list .radio{height:126px;margin:0px 0px 20px 0px;list-style-type: none;overflow: hidden;padding:10px 10px 10px 10px;}

.sub_list .radio_one{background-color: #d9edf7;border-color: #bce8f1;}
.sub_list .radio_two{border: 2px solid #b1c1c8;}

.sub_list .radio .img{width:300px;height:150px;overflow: hidden;}
.sub_list .radio .img img{max-height:100%;max-width:100%;}
.sub_list .radio .text{overflow: hidden;margin:0 0 0 10px;width:300px;}

/* 移动端 
@media all and (max-width:767px) {
   .sub_list .radio .img{width:50%;}
   .sub_list .radio .img img{max-width:100%;}
   .sub_list .radio .text{width:48%;margin:0 0 0 2%;}

}
*/

/* 移动端 */
@media all and (max-width:767px) {
   .sub_list .radio{height:auto;min-height:156px;}
   .sub_list .radio .img{width:100%;}
   .sub_list .radio .img img{max-width:100%;}
   .sub_list .radio .text{width:100%;margin:0;}

}

.sub_list .radio span img{height:130px;width:130px;}
.sub_list small{
	font-size: 16px;
    padding: 10px 0;
    margin:0 auto;
	clear: both;
    border: 1px solid transparent;
    border-radius: 4px;
	olor: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	max-width:90%;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.footer2 {margin:0px; padding:5px 0 10px 0;font-size: 12px;font-size: 12rem}
.powerby {text-align:center;margin:0;padding:0px 10px 5px 10px;}
.powerby .highlight-word {margin:0 2px;}
.icp {text-align:center;margin:0;padding:0px 10px 0px 10px;}


.login-form-single{width:350px;margin:0 auto;height:100%;overflow:hidden;}
.login-form-single .menu .menu-box {
    text-align: left;
    border-top: 2px solid #43c16b;
    color: #43c16b;
}

.menu-block-o {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	padding:10px;
	background-color: #f5f5f5
}

.menu-block-box{
  padding:10px 10px 0px 10px;
}

.box .menu-block {color:#444;text-align:left;width:150px;margin:0 10px 10px 0;}
.box .menu-block a{color:#444;}
.box .menu-block i{color:#444;font-size:25px;}
.box .menu-block span{margin-left:8px;line-height:1.2;word-wrap: break-word; display:inline-block}
.box .fa-x{font-size: 36px;}

.mobile-fr {float: left;}

@media all and (max-width:767px) {
	.mobile-fr {float: right;}
	.box .menu-block{width:43%;margin:0 0px 10px 0;}

}

.index-icon{padding:10px 0px 0px 0px;}
.index-icon .index-menu-block {color:#444;text-align:left;width:43%;}
.index-icon .index-menu-block a{color:#444;}
.index-icon .index-menu-block i{color:#444;font-size:25px;}
.index-icon .index-menu-block span{margin-left:8px;line-height:1.2;word-wrap: break-word; display:inline-block}
.index-icon .fa-x{font-size: 36px;}

.mobile-index-box{ border-top: 2px solid #43c16b;}
.mobile-index-box .mobile_pic{display:inline}

.mobile-index-box .wrap {padding-right:0;padding-left:0;}
.mobile-index-box .index-box {margin: 0px 0 5px 0;}
.mobile-index-box .login-main{height:auto;/*max-height:450px;*/overflow:visible;}
.mobile-index-box .login-title{display:none;}
.mobile-index-box .login-form{width:100%;height:100%;float:none;overflow:visible;}
.mobile-index-box .mobile_pic{display:inline;}
.mobile-index-box .mobile_pic img{width: 100%;height: 180px;margin: 10px 0px 5px 0px;}

/* 兼容屏幕小于 790px时候 */
@media all and (min-width:790px) {
  .mobile-index-box .mobile_pic img{width: 450px;}
}

 [class*=icheck-]>input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700;
}

[class*=icheck-]>label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.icheck-success>input:first-child:checked+input[type=hidden]+label::before, .icheck-success>input:first-child:checked+label::before {
    background-color: #28a745;
    border-color: #28a745;
}
.icheck-success>input:first-child:checked+input[type=hidden]+label::before, .icheck-success>input:first-child:checked+label::before {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
[class*=icheck-]>input[type=radio]:first-child+input[type=hidden]+label::before, [class*=icheck-]>input[type=radio]:first-child+label::before {
    border-radius: 50%;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    border-radius: 0;
    margin-left: -29px;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

/* new */
body {
  color: #666666;
}

.wrap {
  padding:0 10px 1px 10px;
  max-width:650px;
}

/* 屏幕小于 790px时候 */
@media all and (max-width:790px) {
   .wrap {}
}
/* 移动端 */
@media all and (max-width:767px) {
	.wrap {font-size: 16px;font-size: 16rem;max-width:500px;}
}

/* ipad */
@media all and (width:768px) {
	.wrap {font-size: 16px;font-size: 16rem;}
}

.footer {
     border-radius: 10px;
}

.header {
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #43c16b;
    padding: 0 20px;
    position: relative;
	border-radius: 10px 10px 10px 10px;
    margin: 0;
}

.box {
  border-radius: 10px;
}

.title {
  border-bottom: 2px solid #DFDFDF;
}

.content {
    padding: 10px 5px 10px 5px;
    line-height: 1.8;
}

.box_pocket {padding: 25px 25px;}
.box_pocket .btn_input {
    padding: 0px 12px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
	font-size: 16px;
    font-size: 16rem;
	color: #999999;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
	
}

.box-login{margin-top: 10px; border-radius: 10px;}
.index-box {margin: 5px 0 15px 0;}
.index-box2 {margin: 5px 0 15px 0;}
.login-main{height:auto;/*max-height:450px;*/overflow:visible;.margin:0;}
.login-title{display:none;}
.login-form{width:100%;height:100%;float:none;overflow:visible;}



.index-box p span.form_word {
    display: table-cell;
    line-height: normal;
    vertical-align: top;
	background-color: #DEDEDE;
	border-radius: 10px;
	height:40px;
}

.index-box p span.form_word em.user_em input {

    padding-left: 20px;
    text-indent: 0;
    background: transparent;
    background-size: auto 50%;
    box-sizing: border-box;
	border: 0px solid #b1c1c8;
	font-size: 15px;
    font-size: 15rem
	
}

.index-box p span.form_word em.password_em input {
    padding-left: 20px;
    text-indent: 0;
    background: transparent;
    box-sizing: border-box;
	border: 0px solid #b1c1c8;

	font-size: 15px;
    font-size: 15rem
}


.index-box .captcha .form_word em {
    width: 165px;
	height:40px;
	line-height: 40px;
	
}

.index-box .captcha .form_word input {
    font-size: 15px;
    font-size: 15rem;
	
}

.index-box p span.form_word em input {
        border: 0px solid #b1c1c8;
		background-color: #DEDEDE;
        border-radius: 10px;
        
		padding-left: 15px;
		text-indent: 0;
}

.verify-img {
    padding:0 0 0 15px;
}

.login-form-single {width:100%;}
.login-form-single .menu .menu-box {
    text-align: left;
    border-top: 0px solid #43c16b;
    color: #43c16b;
}

.menu .menu-box {
    text-align: left;
    border-top: 0px solid #43c16b;
    color: #43c16b;
}

.box-menu {
   display: flex;
  justify-content: space-between;
  margin:15px 0 0 0;
  text-align:center;

  }

.box-menu a,.box-menu a:visited{text-decoration:none; color: #666666; cursor:pointer; outline:none}
.box-menu a:hover {text-decoration:none; color: #666666;}

.box-menu .box-menu-left{

   background: #fff;
    border-radius: 10px 10px 0 0;
    color: #666666;
    height: 60px;
    line-height: 60px;
    width:28%
}

.box-menu .box-menu-middle{

   background: #DDDDDD;
   border-radius: 10px;
   color: #666666;
    height: 48px;
    line-height: 48px;
 width:28%
}


.box-menu .box-menu-right{

   background: #DDDDDD;
  border-radius: 10px;
  color: #666666;
    height: 48px;
    line-height: 48px;
	
 width:28%
}

.menu-block-box2{
  display: flex;
  padding:20px 0px;
  justify-content: flex-start; /* 子元素靠左 */
}

.menu-block2 {
    border-radius: 10px;
    width:25%;
	margin:0 10px;
	text-align:center;

	background: #DDDDDD;
    border-radius: 10px;
    color: #666666;
    height: 48px;
    line-height: 48px;

	cursor: pointer;
}

.box-htn-link a,.box-htn-link a:visited{text-decoration:none; color: #666666; cursor:pointer; outline:none}
.box-htn-link a:hover {text-decoration:none; color: #666666;}

/* 屏幕小于 790px时候 */
@media all and (max-width:767px) {

    .menu-block-box2{
     display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 子元素靠左 */
  padding:20px 10px 10px 10px;
   }


  .menu-block2 {
    width:48%;
	margin:0px 1% 10px 1%;
    }
}