
/****-----start-body----****/
html {
    min-height: 100%;
    font-size: 14px;
}
body {
    background: url(../images/bg1.jpg) no-repeat 0px 0px;
    font-family: 'Open Sans', sans-serif;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	padding-left: 30%;
}
.register{
	display:inline-block;
	float: right;
	text-align: right;
	font-size: 14px;
	margin-right: 15px;
	color: #666;
	height:100%;
	line-height: 50px;
}
.main {
    min-height: 100%;
}
.popup-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}
.title {
    height: 30px;
    background: #f2f2f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 10px;
    line-height: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 40px;
    text-align: center;
}

.centent {
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}

.footer button {
    display: inline-block;
    width: 60px;
    height: 25px;
    background: #3ea751;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid #3ea751;
}

.popup-content {
    border-radius: 5px;
    background: #fff;
    width: 270px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -135px;
    margin-top: -65px;
    font-size: 12px;
}

.wrap {
    margin: 0 auto;
    width: 80%;
}

body a,
form li,
input[type="submit"],
input[type="text"],
.sixth-login input[type="submit"],
.third-login input[type="submit"] {
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
}

/*--close--*/
.close {
    background: url('../images/close.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

/*--/close--*/
h1 {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    padding-top: 2em;
    font-weight: 400;
    color: #fff;
    font-size: 2em;
}
.sponsor{
	width: 320px;
	position: absolute;
	top: 10%;
/* 	left: 50%;
	margin-left: -160px !important; */
}
.login-form {
    background: #2b2b36;
    position: relative;
    width: 100%;
	padding-bottom: 15px ;
    margin: 3% auto 0 auto;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.head img {
    width: 100%;
}

.avtar img {
    margin: 10px 0 10px;
}

.head-info {
    text-align: center;
    font-weight: 600;
    font-size: 2em;
    color: #fff;
    background: #23232e;
    height: 50px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10p
}

input[type="text"].stest{
    width: 76%;
    padding: 1em 2em 1em 3em;
    color: #9199aa;
    outline: none;
    background: url(../images/adm.png) no-repeat 10px 10px;
    border: none;
    font-weight: 100;
    border-bottom: 1px solid#484856;
    margin-top: 2em;
}

input[type="password"] {
    width: 76%;
    padding: 1em 2em 1em 3em;
    color: #dd3e3e;
    outline: none;
    background: url(../images/key.png) no-repeat 10px 23px;
    border: none;
    font-weight: 100;
    border-bottom: 1px solid#484856;
    margin-bottom: 3em;
}
.key {
    background: url(../images/pass.png) no-repeat 447px 17px;
}

input[type="submit"] {
    font-size: 30px;
    color: #fff;
    outline: none;
    border: none;
    background: #3ea751;
    width: 100%;
    padding: 10px 0;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -o-border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -o-border-bottom-right-radius: 15px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #ff2775;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -o-border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    -o-border-bottom-right-radius: 15px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
}

label.lbl-1 {
    background: #6756ea;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    border-radius: 50%;
    margin: 16px 10px 0px 0px;
}

label.lbl-2 {
    background: #ea569a;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    border-radius: 50%;
    margin: 16px 10px 0px 0px;
}

label.lbl-3 {
    background: #f1c85f;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    border-radius: 50%;
    margin: 16px 10px 0px 0px;
}

/*--copyrights--*/
.copy-rights {
    text-align: center;
    margin-top: 8em;
}

.copy-rights p {
    color: #FFF;
    font-size: 1em;
    line-height: 1.8em;
}

.copy-rights p a {
    color: #ff2a75;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.copy-rights p a:hover {
    color: #3faa53;
    text-decoration: none;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
}

/*--/copyrights--*/
/*--start-responsive-design--*/
/* @media (max-width:1440px) {
    .key {
        background: url(../images/pass.png) no-repeat 376px 17px;
    }

    body {
        min-height: 811px;
    }
}

@media (max-width:1366px) {
    .key {
        background: url(../images/pass.png) no-repeat 358px 19px;
    }

    .copy-rights {
        margin-top: 3em;
    }

    body {
        min-height: 768px;
    }
}

@media (max-width:1280px) {
    .key {
        background: url(../images/pass.png) no-repeat 336px 18px;
    }

    body {
        min-height: 711px;
    }

    .copy-rights {
        margin-top: 0.5em;
    }
}

@media (max-width:1024px) {
    .login-form {
        width: 37%;
    }

    .key {
        background: url(../images/pass.png) no-repeat 339px 18px;
    }

    .copy-rights {
        margin-top: 2em;
    }

    h1 {
        padding-top: 2em;
    }

    body {
        min-height: 675px;
    }
}

@media (max-width:768px) {
    .login-form {
        width: 50%;
        margin: 7% auto 0 auto;
    }

    .key {
        background: url(../images/pass.png) no-repeat 342px 18px;
    }

    body {
        min-height: 929px;
    }
}

@media (max-width:640px) {
    .login-form {
        width: 60%;
        margin: 7% auto 0 auto;
    }

    .key {
        background: url(../images/pass.png) no-repeat 342px 19px;
    }
} */
/* 
@media (max-width:480px) {
    .login-form {
        width: 80%;
    }
}

@media (max-width:320px) {
    h1 {
        padding-top: 1em;
        font-size: 1.5em;
    }

    .login-form {
        width: 90%;
        margin: 7% auto 0 auto;
    }

    input[type="text"] {
        width: 62%;
        padding: 1.2em 2em .5em 2.5em;
        font-size: 17px;
        margin-top: .5em;
    }

    input[type="password"] {
        width: 62%;
        padding: 1.2em 2em .5em 2.5em;
        font-size: 17px;
        margin-top: .5em;
        margin-bottom: 2em;
        background: url(../images/key.png) no-repeat 8px 23px;
    }

    .key {
        background: url(../images/pass.png) no-repeat 235px 27px;
    }

    .avtar img {
        margin: 1.1em 0 0;
    }

    .head-info {
        height: 35px;
    }

    label.lbl-1 {
        margin: 8px 10px 0px 0px;
    }

    label.lbl-2 {
        margin: 8px 10px 0px 0px;
    }

    label.lbl-3 {
        margin: 8px 10px 0px 0px;
    }

    .close {
        left: 16px;
        top: 13px;
    }

    .copy-rights {
        margin-top: 2em;
    }

    body {
        min-height: 504px;
    }

    input[type="submit"] {
        font-size: 28px;
        padding: 10px 0;
    }
} */
.s-code-login{
	font-size: 14px;
	float: left;
	margin-left: 15px;
	margin-top: 17px;
	color: #666;
	
}
/* .sponsor{
	display: none;
} */
.towcode{
	width: 200px;
	height: 230px;
	background: #fff;
	/* position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-left: -100px;
	margin-top:-130px; */
	padding: 10px;
	font-size: 10px;
	/* display: none; */
	margin: 20px auto;
}	
.towcode p{
	text-align: center;
	padding: 15px 0;
}
.towcode a{
	width: 100%;
	display: inline-block;
	text-align: right;
	font-size: 8px;
}
/*--end-responsive-design--*/

.detail_layer {
    background: #FFF;
    z-index: 1990;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    min-width: 800px;
}

.btnss {
    padding: 15px 0;
    text-align: center;
}

.btnss button {
    width: 70px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 5%;
    cursor: pointer;
    background-color: #fff;
    color: #111;
    font-size: 12px;
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 3px;
}

.select-tuijian li {
    margin-bottom: 10px;
}


.detail_layer.select_peo {
    padding: 5px;
    height: 450px;
}

.select_peo_con {
    background-color: #FFF;
    height: 360px;
    padding: 0 15px;
    position: relative;
}

.detail_layer .left,
.detail_layer .center,
.detail_layer .right {
    float: left;
    line-height: 30px;
    height: 360px;
}

.detail_layer .left {
    width: 45%;
    overflow: hidden;
    background-color: #f7fcff;
    border-radius: 3px;
}

.detail_layer .left .areas_list,
.detail_layer .left .areas_people {
    overflow-y: auto;
    float: left;
    line-height: 30px;
    position: relative;
    height: 360px;
    width: 100%;
}

.detail_layer .left .areas_list ul.yiji {
    padding: 0 10px;
    /* background: 5px 0 url('../images/lianxi_bg.jpg') repeat-y; */
}

.detail_layer .left .areas_list .areas_list_one>a {
    background: 1px 50% url('../images/arrLeft-top.png') no-repeat;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
}

.detail_layer .left .areas_list .areas_list_one>a>dl>a {
    background: 1px 50% url('../images/add_03.jpg') no-repeat;
    padding-left: 60px;
    cursor: pointer;
}

.detail_layer .left .areas_list .areas_list_one:nth-child(1)>a {
    background:  0 12px url('../images/arrLeft-top.png') no-repeat;
    padding-top: 10px;
}

.detail_layer .left .areas_list .areas_list_one:nth-child(1).on>a {
    background:  0 12px url('../images/arrLeft-fill.png') no-repeat;
}

.detail_layer .left .areas_list .areas_list_one.on>a {
    background: 1px 50% url('../images/jian_03.jpg') no-repeat;
}

.detail_layer .left .areas_list .areas_list_one dl {
    display: none;
    padding-left: 31px;
    background: 25px 0 url('../../web/images/lianxi_bg.jpg') repeat-y;
}

.detail_layer .left .areas_list dl dd a {
    background: 1px 50% url('../images/add_03.jpg') no-repeat;
    padding-top: 10px;
    display: inline-block;
    padding-left: 60px;
    cursor: pointer;
}

.detail_layer .left .areas_list dl dd a.on {
    background: 1px 50% url('../images/jian_03.jpg') no-repeat;
}

.detail_layer .areas_list .areas_list_two {
    height: 0;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 28px;
    /* background: 15px 0 url('../images/lianxi_bg.jpg') repeat-y; */
    transition: all 0.3s;
}

.detail_layer .areas_list .areas_list_two li {
    /* background: 1px 50% url('../images/lx_list_03.jpg') no-repeat; */
    /* padding: 5px 0 5px 5px; */
	font-size: 12px;;
}

.detail_layer .areas_list .areas_list_two li span {
    display: inline-block;
    width: 85%;
    background: 100% 50% url('../images/duigou2.png') no-repeat;
    cursor: pointer;
}

.detail_layer .areas_list .areas_list_two li span.hover {
    background: 100% 50% url('../images/duigou.png') no-repeat;
}

.detail_layer .left .areas_list {
    width: 100%;
    /* border-right: 1px solid #32abfb; */
    overflow-y: auto;
}

/* 滚动条样式开始 */
.detail_layer .left .areas_list::-webkit-scrollbar,
.detail_layer .right ul::-webkit-scrollbar {
    width:10px;
    height:10px;
}
.detail_layer .left .areas_list::-webkit-scrollbar-thumb,
.detail_layer .right ul::-webkit-scrollbar-thumb{
    background:#a9adae;
    border-radius: 10px;
}
.detail_layer .left .areas_list::-webkit-scrollbar-track,
.detail_layer .right ul::-webkit-scrollbar-track     {
    background:#d2d7da;
    border-radius: 10px;
}
.detail_layer .left .areas_list::-webkit-scrollbar-track-piece,
.detail_layer .right ul::-webkit-scrollbar-track-piece {
    background:#d2d7da;
    border-radius: 10px;
}
.detail_layer .left .areas_list::-webkit-scrollbar-corner,
.detail_layer .right ul::-webkit-scrollbar-corner{
    border-radius: 10px;
}
/* 滚动条样式结束 */

.detail_layer .left .areas_list li img{
    width: 28px;
    height: 28px;
    background-color: #a9adae;
    margin-right: 10px;
}


.detail_layer .center {
    margin: 0 2.5%;
    width: 5%;
    text-align: center;
    padding-top: 14%;
    position: relative;
    box-sizing: border-box;
}

.detail_layer .center a {
    padding: 10% 0;
    float: left;
    width: 100%;
}

.detail_layer .center img {
    width: 90%;
}

.detail_layer .right {
    width: 44%;
    background-color: #f7fcff;
}

.detail_layer .right ul {
    height: 360px;
    overflow-y: auto;
    /* padding: 20px; */
}

.detail_layer .right ul li {
    padding: 0 30px;
    /* background: 0% 50% url('../images/rentou.jpg') no-repeat; */
}

.detail_layer .right ul li img {
    width: 28px;
    height: 28px;
    background-color: #a9adae;
    margin-right: 10px;
}

.detail_layer .right ul li.on {
    background-color: #32abfb;
    color: #FFF;
}

.detail_layer .title {
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 20px;
}

.close_btn {
    cursor: pointer;
    margin-left: 10%;
}

.bot_btn {
    padding-top: 7px;
    text-align: center;
}

.bot_btn a.a_con {
    background: #359dce;
    color: #FFF;
    font-size: 14px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 20px;
}

.fade_layer {
    width: 100%;
    height: 100%;
}


/* 登陆 */
.main{
	padding: 0;
}
input[type="text"]{
	margin-top: 0;
	/* background: url('../images/adm.png') no-repeat 10px 15px; */
}
	
#userphone{
	background: url('../images/phone.png') no-repeat 10px 10px;
}
#userCode{
	float: left;
	margin-left: 8px;
	width: 40%;
	background: url('../images/code.png') no-repeat 0 11px;
	border-bottom: 0;
	padding-left:32px ;
}
.indexcode{
	overflow: hidden;
	height: 46px;
	border-bottom:1px solid #484856 ;
	margin:0 10px;
}
.input-Code{
	display: inline-block;
	float:right;
	width: 100px;
	height: 100%;
	line-height: 46px;
	color: #fff;
	background: #007DDB;
}	
#password{
	background:#2b2b36 url('../images/pw.png') no-repeat 10px 10px ;

}
input[type="password"]{
	margin-bottom: 2em;
}