/* 
   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;}

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;}
.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%;
}

/*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;}

.mobile_pic{display:none;}
.login-form{width:270px;height:100%;float:right;overflow:hidden;}
.pic{width:460px;height:250px;height:255px\0;overflow:hidden;display:inline;float:left;text-align:center;margin:0;padding:0;}
.pic img{width: 100%;height: 100%;}
.index-box p.login-number {margin-top: 0px;}

/* 兼容屏幕小于 790px时候 */
@media all and (max-width:790px) {
   .pic{width:455px;}
}

@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;}
  .login-title{display:none;}
  .login-form{width:100%;height:100%;float:none;overflow:hidden;}
  .pic{display:none;width:450px;}
  .mobile_pic{display:inline;}
  .mobile_pic img{width: 100%;height: 180px;margin-bottom: 5px;}
}

.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;
}

.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:5px 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;
}

.icp {font-size: 13px;font-size: 13rem;text-align:center;margin:-5px 0 10px 0;}

.box .menu-block {float:left;color:#444;text-align:center;width:25%;padding:2px 0 5px 0;}
/* 移动端 */
@media all and (max-width:767px) {
	.box .menu-block {width:50%;}
}

.box .menu-block a{color:#444;}
.box .menu-block i{color:#428bca;}
.box .menu-block span{width:35px;margin-left:8px;line-height:1.2;word-wrap: break-word; display:inline-block}
.box .fa-x{font-size: 36px;}

.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;
}