﻿*{ margin:0px; padding:0px; font-family:Microsoft Yahei; }
a{ text-decoration:none;}
a:hover{ text-decoration:none;}
img,input{ border:0px;}
ul li{ list-style:none;}
em,i{ font-style:normal;}
.left{ float:left;}
.right{ float:right;}
.main{ position:relative; float:left; width:100%;}
body{ margin:0 auto; max-width:960px;position:relative;}
input[type="submit"],input[type="reset"],input[type="button"],button,input[type="text"]{-webkit-appearance: none;border-radius:0px; outline:none; border:0px;}
select{ border:0px;background:none;border-radius:0px;}
html,body{ height:100%}


/* 登录 */
.dl_main{ float:left; width:100%; min-height:100%;/*  background:url(../images/bg_01.png) no-repeat left top; */ background-size:100% 100%}
.dl_one{ float:left; width:100%; text-align:center; padding-top:15%;}
.dl_one img{ max-width:250px; width:100%}
.dl_one li{ float:left; width:100%; padding-bottom:10px;}
.dl_two{ float:left; width:100%; text-align:center; padding-top:40%}
.dl_two img{ width:42%}
@media (min-width: 760px) {/* 大于手机 */
	.dl_one{ padding-top:100px;}
	.dl_two{ padding-top:15%; margin-bottom:40px}
	.dl_two img{ width:330px}
}

/* header */
.header{ float:left; width:100%; height:46px;}
.header h1{ position:fixed; top:0; height:46px; text-align:center; line-height:46px; background:#db111f; background-size:auto 100%; color:#fff; font-size:16px; letter-spacing:2px; width:100%; font-weight:normal; z-index:100;}
.header .all{ position:fixed; top:0; left:0; width:35px; height:46px; background:url(../images/bg_03.png) no-repeat center center; background-size:12px;z-index:200;}
@media (min-width: 760px) {/* 大于手机 */
	.header{ height:60px;}
	.header h1{ max-width:960px; height:60px; line-height:60px; font-size:22px}
	.header .all{ left:inherit; height:60px; background-size:15px; width:45px}
	
}

/* 报名须知 bm */
.bm_one{ float:left; width:100%; box-sizing:border-box; padding:20px 30px;}
.bm_one .top{ float:left; width:100%; padding-bottom:10px; text-align:center; font-size:20px; color:#db111f; line-height:130px;}
.bm_one .desc{ float:left; width:100%; font-size:14px; color:#000000; line-height:30px;}
.bm_one .bottom{ float:left; width:100%; padding-top:20px;}
.bm_one .bottom a{ float:left; width:47%; height:40px; line-height:40px; text-align:center; color:#fff; font-size:15px; border-radius:6px; background:#05CFD9;-moz-box-shadow:0px 5px 10px #A1EDF1; -webkit-box-shadow:0px 5px 10px #A1EDF1; box-shadow:0px 5px 10px #A1EDF1;}
.bm_one .bottom .arr{ float:right; background:#0FC04E;-moz-box-shadow:0px 5px 10px #AAE9C0; -webkit-box-shadow:0px 5px 10px #AAE9C0; box-shadow:0px 5px 10px #AAE9C0;}
@media (min-width: 760px) {/* 大于手机 */
	.bm_one{ padding:40px 80px; padding-bottom:80px;}
	.bm_one .top{ font-size:32px; line-height:70px;}
	.bm_one .desc{ font-size:22px; line-height:56px}
	.bm_one .bottom a{ height:70px; line-height:70px; font-size:24px;}
}

/* 信息 xx */
.xx_title{float:left; width:100%; box-sizing:border-box; padding:5px 25px; font-size:14px; color:#db111f; padding-top:15px;}
.xx_one{ float:left; width:100%; box-sizing:border-box; padding:10px 25px;}
.xx_one li{box-sizing:border-box; float:left; width:100%; background:#F7F6FB; border-radius:5px; margin-bottom:15px; padding:0px 15px;}
.xx_one li h3{ float:left; width:100%; padding-top:10px; line-height:14px; color:#68707E; font-size:14px; font-weight:normal}
.xx_one li h3 span{ font-size:12px;}
.xx_one li .txt{ float:left; width:100%; line-height:30px; height:30px; font-size:14px; background:none; margin-bottom:3px;box-sizing:border-box}
.xx_one li .select{ float:left; width:100%; line-height:30px; height:30px; font-size:14px; background:none; margin-bottom:3px; padding-left:0; outline:none;-webkit-appearance: none; background:url(../images/bg_04.png) no-repeat right center; background-size:12px; padding-top:20px; height:50px; margin-top:-20px;}
.xx_one li .img{ float:left; width:80px; margin-top:10px; margin-bottom:10px; border-radius:5px;}
.xx_one li.li{ background:none; padding:0}
.xx_one .btn{ float:left; width:100%; border-radius:50px; height:44px; background:#db111f; background-size:auto 100%; outline:none; font-size:16px; font-weight:bold; letter-spacing:2px; color:#fff;-moz-box-shadow:0px 5px 10px #A7D6E0; -webkit-box-shadow:0px 5px 10px #A7D6E0; box-shadow:0px 5px 10px #A7D6E0; font-weight:normal; line-height:40px;}

.txt::-webkit-input-placeholder {color:#D8D8D8;}
.txt:-moz-placeholder {color:#D8D8D8;}
.txt::-moz-placeholder {color:#D8D8D8;}
.txt:-ms-input-placeholder {color:#D8D8D8}



@media (min-width: 760px) {/* 大于手机 */
	.xx_title{ padding:15px 80px; line-height:50px; font-size:20px;}
	.xx_one{padding:15px 80px; padding-top:0}
	.xx_one li{ padding:0px 30px;}
	.xx_one li h3{ font-size:20px; line-height:30px;}
	.xx_one li .txt{ height:40px; line-height:40px; font-size:18px;}
	.xx_one li .select{ height:80px; padding-top:40px; margin-top:-40px; font-size:18px; background-size:20px;}
	.xx_one li h3 span{ font-size:16px;}
	.xx_one li .img{ width:160px;}
	.xx_one .btn{ height:70px; line-height:70px; font-size:26px; margin-bottom:30px; cursor:pointer}
}

