.location{ width: 1200px; margin: 30px auto 0 auto;clear: both}
.loginlist{ background-color: #cccccc}

.section-title{margin-bottom: 30px;}

.container{
  width: 100%;
  }
.login-container{
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  background-color: #9c2c2c;
  /* border: solid 2px #ff9900; */
  /* height: 770px; */
  background-image: url("../imgs/login-bg.jpg");
  /* padding-bottom: 50px; */
  padding-top: 25px;
  background-size: cover;
  }

.login-content{
  width: 1436px;
  margin: 50px auto 0 auto;
  padding-bottom: 25px;
}

.login-box{
  width: 595px;
  /* height: 585px; */
  border: solid 1px #cccccc;
  /*position: relative;*/
  /*left: -424px;*/
  /*top: 50px;*/
  /* margin: 0 auto; */
  background-color: #ffffff;
  box-shadow: 0 0 8 0 black;
  margin-bottom: 25px;
  /* overflow: hidden; */
  /* float: left; */
  }

.tab{
    OVERFLOW: hidden;
}
.tab li{
    /* border: solid 1px; */
    float: left;
    width: 296px;
    text-align: center;
    height: 76px;
    line-height: 76px;
    font-size: 27px;cursor: pointer;
    background-color: #cccccc;
}

.tab .active{
    background-color: #ffffff;
}


.login-item-box{margin-top: 117px;margin-left: 50px;}
#login-frame{}
#creat-account{margin-top: 50px!important;display: none}


.login-item-box .function{margin-top: 49px;/* margin-left: 50px; */border-radius: 10px;/* background-color: #333333; */width: 479px;color: #ffffff;font-size: 21px;}
.login-item-box .function input{background-color: #000000;color: #ffffff;border-radius: 5px;border: none;}
.login-item-box li{
    margin-bottom: 28px; display: flex;
}
.login-item-box li.captcha_info INPUT{ width: 300px;}
.login-item-box li.captcha_info img{ height: 60px;width: 180px;}
.login-item-box li.sms_info INPUT{ width: 300px;}
.login-item-box li.sms_info span{   height: 60px;
    width: 175px;
    display: inline-block;
    background: #fa5900;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    margin: 0 0 0 5px;
    font-size: 16px;
}
.login-item-box li INPUT{
    padding-left: 6px;
    width: 480px;
    height: 60px;
}


.login_footer{color: #7e7e7e}
.btn_sure{cursor: pointer}
fieldset{border: none; padding: 0; border-top: 1px solid #eee; width: 480px;}
fieldset legend{margin: 0  auto 20px;  padding: 0 20px; font-weight: 300;}
fieldset legend button{ border: none; background: none; cursor: pointer}

