html, body, div, 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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,textarea, ruby, section, summary,
time, mark, audio, video,input,button{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: Helvetica,"Hiragino Sans GB","Heiti SC","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input:focus{
	outline: none;
}
body {
	background:#F3F3FF;
}
a{
	text-decoration: none;
	cursor: pointer;
}
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
ol, ul {
	list-style: none;
}
b,i,em{font-weight: normal;font-style: normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.blank30{margin-top: 30px;}

header{
	height: 90px;
	display: block;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
}
.head{
	padding: 0 80px;
	height: 90px;
	display: block;
}
header img.logo{
	display: inline-block;
	vertical-align: middle;
    height: 50px;
    margin-top: 20px;
}
header nav{
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	margin-left: 20px;
}
header nav span{
	margin-left: 45px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #555;
	position: relative;
	line-height: 45px;
	cursor: pointer;
}
header nav span i{
	font-size: 30px !important;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
header nav span:after{
	display: block;
	width: 100%;
	height: 4px;
	background:transparent;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	content: "";
}
header nav span.on{color: #4655E6;}
header nav span.on:after{
	background:#4655E6;
}
header .user{
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
    position:relative;
}
header .user p {
   cursor:pointer; 
}
    header .user p:hover span, header .user p:hover i {
        color: #408BE9;
    }
header .link {
    float: right;
    margin-right: 21px;
    height: 40px;
    line-height: 40px;
    margin-top: 31px;
}

    header .link span {
        display: block;
        font-size: 23px;
        color: #333;
        cursor:pointer;
    }
    header .link span:hover{
        color:#408BE9;
    }







header .user .userinfo.on {
        display: block;
    }
header .user .userinfo {
        width: 160px;
        display: block;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
        position: absolute;
        top: 50px;
        display: none;
        right: -42px;
    }

        header .user .userinfo a {
            display: block;
            line-height: 40px;
            border-bottom: 1px solid #edf0f7;
        }
            header .user .userinfo a:hover span, header .user .userinfo a:hover i{
                color: #4655E6;
            }

            header .user .userinfo a i {
                font-size: 20px;
                display: inline-block;
                color: #333;
                margin-left: 20px;
                margin-right: 10px;
            }

            header .user .userinfo a span {
                display: inline-block;
                vertical-align: middle;
                font-size: 13px;
                color: #333;
            }
header .user img {
        display: inline-block;
        vertical-align: middle;
        height: 30px;
        border-radius: 50%;
        margin-right: 10px;
    }
header .user span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}
header .user i{
	font-size: 23px;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}
.container{
	padding: 0 15px;
	display: block;
	/* height: 100%; */
	padding-top: 105px;
}
.content{
	width: 100%;
	display: block;
	background: #fff;
}
.substance{
	width: 80%;
	display: block;
	margin:0 auto;
}

.table{
	border-radius: 5px;
	border: 1px solid #ecebeb;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,.2);
	/* width: 98%; */
	border-bottom: none;
	/* margin-top: 80px; */
}
.table .table_title{
	line-height: 55px;
	font-size: 20px;
	text-indent: 15px;
	height: 55px;
}
.table .table_title span{
	color: orange;
	font-size: 15px;
	padding-left: 8px;
}
.table .table_title span label{
	color: orange;
}
.table table{
	width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.table th {
    border-bottom: 1px solid #ecebeb;
    color: #5e6166;
    line-height: 50px;
    /* background: #ecebeb; */
    font-weight: 500;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    /* text-align: left; */
    color: #333;
    font-size: 16px;
    text-align:center;
    /* text-indent: 10px; */
}
.table th span{
	display:block;
	padding:0 20px;
	
}
.table th.first,.table td.first p{
	text-indent: 30px;
}
.table td.first,.table th.first{
	text-align: left;
}
.table td {
  border-bottom: 1px solid #ecebeb;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px 0;
  font-size: 15px;
  /* text-indent: 6px; */
  text-align: center;
  vertical-align: middle;
}
    .table td p {
        line-height: 30px;
        display: inline-block;
        padding: 0 20px;
        color: #666;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }
.table td p.red{color: #ff4f53;}
.table td p.green{
	color: #2FC986;
}
/*.table p span{
	
	padding-right: 5px;
	color: #2dc26c;
	display: inline-block;vertical-align: middle;
}*/
.table td a{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	text-align: center;
	width: 60px;
    color:#333;
}
.table td a:hover{
	color: #4655E6;
}

.table tbody tr {
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor:pointer;
}
.table tbody tr:hover td {
  background: #f9f9f9;
  cursor: pointer;
}
.progress{
	height: 14px;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	
	background: #E5E5E5;
}
.progress i{
	display: block;
	background: #ff8700;
	height: 14px;width: 0;
	
	line-height: 14px;
	font-size: 12px;
	text-align: right;
	color: #666;
}


.top{
	display:block;
	padding: 30px 0;
}

.top .btn{
	font-size: 0;
	border: 1px solid #ecebeb;
	border-right: none;
	display:inline-block;
	border-radius: 4px;
	
}
.top .ant-btn{
	color: #8d9199;
    border-right: 1px solid #ecebeb;
    line-height: 40px;
    padding: 0 40px;
    font-size: 15px;
    display: inline-block;vertical-align: middle;
    cursor: pointer;
}
.top .ant-btn.on,.top .ant-btn:hover{
	background: #4655E6;
	color: #fff;
}
.top .bt_r{
	float: right;
	display: block;
}
.top .bt_r a{
	color: #fff;
	background:#ff8700;
	line-height: 38px;
	padding: 0 30px;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 10px;
	/*overflow: hidden;*/
}

.top .bt_r a.refush{
	color: #ff8700;
	background: #fff;
	border: 1px solid #ff8700;
	 height: 36px; 
	font-size: 20px;
}
.top .bt_r a.refush i{font-size: 20px;}

.location{height: 30px;line-height: 30px;}
.location a{display: inline-block;vertical-align: middle;line-height: 36px;}
.location i{font-size: 16px;display: inline-block;color: #666;vertical-align: middle;margin: 0 6px;}
.location span{display: inline-block;vertical-align: middle;font-size: 16px;color: #4655E6;}
.location a em{font-size: 14px;color: #666;}

.tabBox{
	border: 1px solid #EEEEEE;
}
.tab_item{
	padding: 10px 0;
	background: #EEEEEE;
}
.tab_item .ant-btn{
	color: #333;
   border-radius: 5px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 18px;
    display: inline-block;vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
}

.tab_item .ant-btn.on,.tab_item .ant-btn:hover{
	background: #4655E6;
	color: #fff;
}

    .tab_item .botArea {
        float: right;
        display: inline-block;
        margin-right: 10px;
        font-size: 0;
        border-radius: 3px;
        border: 1px solid #dcdcdc;
        border-right: none;
    }

    .tab_item .f_btn {
        color: #8d9199;
        border-right: 1px solid #dcdcdc;
        line-height: 40px;
        padding: 0 40px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

        .tab_item .f_btn.on, .tab_item .f_btn:hover {
            background: #4655E6;
            color: #fff;
        }
.tab_box{
	padding: 0 15px 15px;display: none;
}
.tab_box.on{
	display: block;
}
.ant-form {
    display: inline-block;
    margin: 35px 0;
}
.ant-form .item-label{
	text-align: right;
	vertical-align: middle;
	line-height: 32px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* width: 90px; */
	padding: 0 10px;
}
.ant-form .item-label label{color:#333;font-size: 16px;}
.ant-form .item-control{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 7px;
}
.ant-form .item-control input{
	position: relative;
	display: inline-block;
	height: 35px;
	text-indent: 50px;
	cursor: text;
	font-size: 14px;
	width: 360px;
	color: rgba(0, 0, 0, 0.65);
	background-color: #fff;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
}
.ant-form .item-control select{
	position: relative;
	display: inline-block;
	height: 35px;
	text-indent: 10px;
	cursor: text;
	font-size: 14px;
	width:200px;
	color: rgba(0, 0, 0, 0.65);
	background-color: #fff;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
}
.ant-form .item-control span{
	position: absolute;
	top: 5px;
	left: 14px;
	display: block;
	font-size: 23px;
	color: #999;
	cursor: pointer;
}
.ant-form .ad_btn{
    padding: 0 20px;
    line-height: 35px;
    background: #ff8700;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}



.paging{text-align:center;margin-top: 15px;}
.paging ul{ display:inline-block; background:#fff;border-radius:4px; overflow:hidden;}
.paging li{float:left;min-width: 20px;height: 20px;font-size: 14px;margin: 0 3px;border-radius: 4px;line-height: 20px;text-align: center;overflow: hidden;}
.paging li a{display: block;color: #333;}
.paging li a:hover{ color:#4654E7;}
.paging .perv,.paging .next{/* font-family: simsun; */}
.paging .perv i,.paging .next i{font-size: 24px;}
 
.paging .on a{background: #4654E7;color:#fff;}
.param,.params{
	font-size: 0;
	padding:20px;
	border-bottom: 1px solid #eee;
}
.param p,.params .tit p{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.param p span,.params .tit p span{
	font-size: 15px;
	color: #666;
	line-height: 36px;
	height: 36px;
	display: block;

}
.params .tit{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.params .tit label{
	font-size:22px;
	color: #333;
	display: block;
	line-height: 55px;
}
.report{
	display: block;
	font-size: 0;
	padding:20px 20px 0;
}
.report .rep{
	width: 50%;
	display: inline-block;
	vertical-align: top;
} 
.report .rep img{
	height: 300px;
	display: block;
	/*margin:0 auto;*/
}
.report .rep label{
	display: block;
	line-height: 55px;
	color: #333;
	font-size: 22px;
}
.report .rep label span{
	display: inline-block;
	float: right;
	height: 26px;
	line-height: 26px;
	font-size: 0;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 30px;
}
.report .rep label i{
	width: 65px;
	text-align: center;
	background: #f5f5f5;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.report .rep label i.on{
	background:#4655E6;
	color: #fff;
}

/*ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢*/
h3{
	font-weight: normal;
	border-bottom: 1px solid #f6f6f6;
	line-height: 60px;
	padding: 0 80px;
	font-size: 22px;
	display: block;
}
.order{
	width: 80%;
	/* padding: 0 80px; */
	display: block;
	border-radius: 5px;
	/* border: 1px solid #f6f6f6; */
	margin:30px auto;
}
@media screen and (max-width:1460px) {
    .order {
        width:100%;
    }
}
.form {
    /*width: 1200px; */
    display: block;
    border-radius: 5px;
    /* border: 1px solid #f6f6f6; */
    margin: 30px auto 0;
    /*padding-bottom: 20px;*/
    overflow: hidden;
}

    .form .form_list {
        /* padding-left: 200px; */
        padding: 25px 0;
        /* width: 100%; */
    }
.form .form_list label{
    font-size: 17px;
    color: #666;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    width: 240px;
    text-indent: 80px;
}
.form .form_list label i{
    font-size: 20px;
    color: #4955E7;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    text-indent: 0;
    margin-top: -1px;
}
.form .form_list .form_right{
	display: inline-block;
    width:70%
}
.form .form_right input{
	border:1px solid #dcdfe6;
	border-radius: 4px;
	width: 400px;
	color: #747474;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	margin-right: 2px;
	font-size: 16px;
	/*margin-left: 15px;*/
}
.form .form_right b{
	display: block;
	font-size: 22px;
	color: #adacac;
	height: 35px;
	line-height: 35px;
	/* font-weight: 550; */
	letter-spacing: 2px;
}
    .form .form_right .btn {
        font-size: 0;
        /* border: 1px solid #ecebeb; */
        border-right: none;
        display: inline-block;
        border-radius: 4px;
    }

    .form .form_right .ant-btn {
        color: #8d9199;
        /* border-right: 1px solid #ecebeb; */
        line-height: 35px;
        margin-right: 1px;
        padding: 0px 33px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        background: #EBF7FF;
        cursor: pointer;
        position: relative;
    }

    .form .form_right .btn.form_btn .ant-btn {
        padding: 0 25px;
        color: #368AED;
    }

    .form .form_right .ant-btn.on, .form .form_right .ant-btn:hover {
        background: #4655E6;
        color: #fff;
    }

    .form .form_right .btn.form_btn .ant-btn.on, .form .form_right .btn.form_btn .ant-btn:hover {
        color: #fff;
    }

    .form .form_right .ant-btn i {
        position: absolute;
        left: 50%;
        top: -10px;
        background: #ED6464;
        color: #fff;
        border-radius: 3px;
        height: 18px;
        line-height: 18px;
        margin-left: -20px;
        width: 40px;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: center;
    }

    .form .form_right .ant-btn em {
        position: absolute;
        top: -46px;
        left: 50%;
        width: 170px;
        margin-left: -85px;
        display: none;
        color: #333;
        background: url('/Content/images/btn_bg.png') no-repeat center center;
        background-size: 100% 100%;
        font-size: 12px;
        text-align: center;
        /* height: 40px; */
        /* line-height: 40px; */
        /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,.1); */
        /*border-radius: 3px;*/
    }

    .form .form_right .ant-btn:hover em {
        display: block;
    }

.schedule{position: relative; width:800px;}
.schedule_bg{height: 30px;overflow: hidden;border: 1px solid #4955E7;}
.schedule_bar{background: -webkit-linear-gradient(left, #7F88EF , #4955E7);background: -o-linear-gradient(right, #7F88EF, #4955E7);background: -moz-linear-gradient(right, #7F88EF, #4955E7);background: linear-gradient(to right, #7F88EF , #4955E7);  width: 0; height: 30px;}
.schedule_btn{width: 6px; height: 40px;position: absolute;background:#ff8700;left: 300px;top:-5px; cursor: pointer;box-sizing:border-box;}
.schedule_btn:hover{border-color:#F7B824;}

.schedule_btn .text{
	position: absolute;
	bottom: -47px;
	height: 40px;
	left: -3px;
	font-size: 18px;
	color: #4955E7;
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
.schedule_text{
	display: block;
	line-height: 40px;
	position: relative;
}
.schedule_text span{
	color: #000;
	font-size: 18px;
	position: absolute;
	left: -3px;
	top: 0;
	color: #bfc4ff;
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-khtml-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}

.schedule_text span.count{
	position: absolute;
	top: 0;
	right: -47px;
	left: inherit;
}
.form_right .info h4{
	font-size: 24px;
	color: #ff4f53;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}
.form_right .add_tit {
    display: block;
    width: 200px;
    border: 1px solid #dcdfe6;
    position: relative;
    padding-right: 35px;
    border-radius: 4px;
    margin-top: 50px;
}

    .form_right .add_tit span {
        position: absolute;
        top: 0;
        right: 0;
        height: 35px;
        width: 34px;
        text-align: center;
    }

    .form_right .add_tit input {
        display: block;
        border: none;
        font-size: 15px;
        color: #000;
        text-indent: 10px;
        width: 100%;
    }

    .form_right .add_tit span i.icon-shangjiantou_ {
        margin-top: 10px;
    }

    .form_right .add_tit span i {
        display: block;
        font-size: 14px;
        color: #7f7f7f;
        cursor: pointer;
        line-height: 10px;
    }

        .form_right .add_tit span i:hover {
            color: #4655E6;
        }

.form_right .info small{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 20px 0 15px;
	color:#29B456;
}
.form_right .info p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #ff8700;
	line-height: 35px;
}
.form_right .info p i{
	font-size: 24px;
	display: inline-block;
	 vertical-align: middle; 
	/* margin-right: 3px; */
	/* margin-top: 5px; */
}
.form_right .info p span{
	display: inline-block;
	vertical-align: middle;
}
.form_sel .sel {
    border-radius: 4px;
    color: #747474;
    display: inline-block;
    line-height: 45px;
    height: 45px;
    cursor: pointer;
    /* padding: 0 10px; */
    font-size: 16px;
    /* margin-left: 15px; */
    margin-right: 20px;
}
    /*.form_sel .sel span{
	width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
}
.form_sel .sel span i{
	width: 11px;
    display: block;
    margin: 0 auto;
    height: 11px;
    margin-top: 2px;
    border-radius: 50%;
    background: transparent;
}
*/
    .form_sel .sel img {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #dcdfe6;
        padding: 10px 15px;
        border-radius: 5px;
        height: 30px;
        /* margin-left: 10px; */
    }

    .form_sel .sel.on img {
        background: #EBF7FF;
        border-color: #aadafa;
    }
.form_sel .sel.on span i{
	background: #1989fa;
}
.form button {
    width: 200px;
    display: block;
    margin: 25px 240px;
    border-radius: 4px;
    background: #29B456;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
}
/*.page_bg{
	width: 100%;
	height: 100%;
	background: url('/Content/images/bg.png');
}
.page{
	width: 900px;
	height: 480px;
	display: block;
	font-size: 0;
	position: fixed;
	top: 25%;
	
	left: 25%;

	background: #fff;
	border-radius: 5px;
	    overflow: hidden;
}

.page .page_l,.page .page_r{
	width: 50%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page .page_l:after{
	height: 100%;
	width: 1px;
	border:1px dashed #e6e6e6;
	position: absolute;right: 0;
	top: 0;
	display: block;
	clear: both;
	content: "";
}

.page .page_l img{
	height: 200px;
	display: block;
	margin:140px auto;
}
.page .page_r h1{
	font-size: 25px;
	font-weight: normal;
	color: #000;
	line-height: 80px;
	text-align: center;
	display: block;
}*/
.log_head {
    display: block;
    line-height: 60px;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
}

    .log_head img {
        height: 40px;
        margin-left: 50px;
        display: inline-block;
    }

    .log_head a {
        float: right;
        font-size: 15px;
        color: #333;
        display: block;
        margin-right: 50px;
        text-decoration: underline;
        letter-spacing: 1px;
    }

        .log_head a:hover {
            color: #209BE4;
        }

.log_bot {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #868686;
}

    .log_bot p {
        height: 50px;
        line-height: 50px;
        background: #F6F6F6;
        display: block;
    }

.login {
    display: block;
    width: 420px;
    height: 500px;
    margin: 0 auto;
    background: url('/Content/images/bg.png') no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
    border-radius: 10px;
    position: fixed;
    top: 50%;
    margin-top: -270px;
    left: 50%;
    margin-left: -210px;
    /*border: 1px solid transparent;*/
}

    .login h1 {
        font-size: 33px;
        color: #000;
        line-height: 85px;
        text-align: center;
        margin-top: 20px;
        font-weight: normal;
    }

    .login span {
        display: block;
        margin: 0 auto;
        font-size: 13px;
        color: #CDCAE1;
        line-height: 26px;
        width: 255px;
        text-align: center;
    }

    .login .login_bot {
        line-height: 46px;
        height: 46px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #F9FAFF;
    }

        .login .login_bot a {
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            color: #209BE4;
            margin: 0 15px;
            /*opacity: .8;*/
        }

            .login .login_bot a:hover {
                /*opacity: 1;*/
                color: #0087d7;
            }

            .login .login_bot a.f-r {
                float: right;
            }

.login_box {
	padding: 0 35px;
	display: block;
}
/*.login_box.on{
	display: block;
}*/
    .login_box p {
        display: block;
        border: 1px solid #f6f6f6;
        height: 52px;
        line-height: 52px;
        position: relative;
        margin-top: 20px;
        padding: 0px 15px;
        /*padding-left: 100px;*/
        border-radius: 5px;
    }

    .login_box label {
        display: block;
        width: 100px;
        position: absolute;
        top: 15px;
        font-size: 16px;
        color: #CDCAE1;
        height: 20px;
        transition: all .2s linear;
        left: 15px;
        line-height: 20px;
    }

    .login_box p.on label {
        top: 0px;
        font-size: 14px;
        color: #9e9c9c;
    }

    .login_box p.on {
        border-color: #209BE4;
    }

    .login_box label em {
        display: inline-block;
        vertical-align: middle;
    }
    /*.login_box p i{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}*/
    .login_box p input {
        border: none;
        width: 100%;
        height: 40px;
        color: #333;
        line-height: 60px;
        font-size: 15px;
        margin-top: 12px;
        color: #209BE4;
        position: relative;
        z-index: 111;
        background: transparent;
    }

/*.login_box p.code{
	padding-right: 100px;
}*/
/*.login_box p span{
	width: 100px;
	line-height: 30px;
	height: 30px;
	background: #ff8700;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}*/
.login_btn {
    width: 310px;
    display: block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ff8700;
    opacity: .85;
    border-radius: 25px;
    cursor: pointer;
    margin: 25px auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
}

    .login_btn:hover {
        opacity: 1;
    }
.reg{
	width: 450px;
	display: block;
	margin:0 auto;
	
}

.reg p{
	display: block;
	margin-top: 10px;
	line-height: 40px;
	height: 40px;
	position: relative;
	font-size: 0;
	padding-left: 120px;
}
.reg p label{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
}
.reg p input{
	width: 90%;
	height: 40px;
	color: #333;
	line-height: 40px;
	border:1px solid #f6f6f6;
	border-radius: 5px;
	text-indent: 17px;
}
.reg p select{
	width: 90%;
	height: 40px;
	color: #333;
	line-height: 40px;
	border:1px solid #f6f6f6;
	border-radius: 5px;
	text-indent: 17px;
}
.reg p span{
	background: #ff8700;
	color: #fff;
	width: 100px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	position: absolute;
	right: 30px;
	top: 0;
}
.reg p.code{
	padding-right: 120px;
}

.reg p.code a{
	width: 100px;
	display: block;
	position: absolute;
	right: 25px;
	top: 6px;
    height:30px;
}

 .disabled {
    pointer-events: none;
}
.disabled-bg {
    background:#dcdfe6;
}
.infomation {
    width: 80%;
    min-width: 1200px;
    display: block;
    margin: 0 auto;
}

.infomation h2 {
        font-size: 24px;
        display: block;
        line-height: 60px;
        color: #000;
        font-weight: normal;
        text-indent: 75px;
        padding-top: 30px;
}

    .infomation .form_list {
        /* padding-left: 200px; */
        padding-top: 31px;
        width: 100%;
    }

        .infomation .form_list label {
            font-size: 16px;
            color: #000;
            line-height: 35px;
            height: 35px;
            display: inline-block;
            vertical-align: top;
            width: 150px;
            /* text-indent: 80px; */
            text-align: right;
            margin-right: 40px;
        }

        .infomation .form_list .form_right {
            display: inline-block;
            width: 60%
        }

        .infomation .form_list em {
            font-size: 14px;
            margin-left: 200px;
            line-height: 24px;
            color: #ff4f53;
            display: block;
            font-style: normal;
            padding-top: 10px;
        }

    .infomation .form_right input, .infomation .form_right select {
        border: 1px solid #dcdfe6;
        border-radius: 4px;
        width: 400px;
        color: #333;
        line-height: 35px;
        height: 35px;
        /* padding: 0 10px; */
        margin-right: 2px;
        text-indent: 10px;
        font-size: 15px;
        /* margin-left: 15px; */
    }

input:disabled {
    color: rgb(84, 84, 84);
    cursor: default;
    background-color: rgb(255, 255,255);
}

.infomation p {
    /* margin-left: 80px; */
    font-size: 16px;
    line-height: 30px;
    /* width: 800px; */
    margin: 10px 0 10px 80px;
}

.infomation .form_right span {
    width: 55px;
    border: 1px solid #eeeeee;
    height: 30px;
    border-radius: 18px;
    position: relative;
    display: block;
    cursor: pointer;
}

    .infomation .form_right span i {
        width: 28px;
        height: 28px;
        background: #fff;
        border: 1px solid #eeeeee;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
    }

    .infomation .form_right span.on {
        background: #29B456;
    }

        .infomation .form_right span.on i {
            left: 25px;
        }
.infomation button {
    width: 200px;
    display: block;
    margin: 60px 0 30px 195px;
    border-radius: 4px;
    background: #29B456;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
}






