@charset "utf-8";
.wap{ width: 100%;position: relative; height: 100%; min-width: 1200px; background:#002f93; min-height: 605px; line-height: 1.5; color: #333;}
.wbg{ position: relative;width: 100%;height: 100%;  display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal; flex-direction: column;overflow: auto;}
.wtop{ width: 100%; padding: 23px 2.8% 0; box-sizing: border-box; display: flex; }
.wtop img{ height: 50px; display: block; }
.wcont{ width: 100%; margin-top: -20px; flex: 1; display: flex; flex-direction: row;align-items: center;justify-content: center;overflow: auto; }
.wleft{ width: 560px; display: flex; flex-direction: column; color: #fff;}
.wleft .wt1{width: 100%; padding-left: 34px; box-sizing: border-box; font-size: 32px;margin-bottom: 10px;}
.wleft .wt2{width: 100%; padding-left: 34px; box-sizing: border-box; font-size: 24px;margin-bottom: 6px;}
.wleft .wt3{width: 100%; padding-left: 34px; box-sizing: border-box; font-size: 14px;}
.wleft .bimg{ width: 100%; display: block; margin: 30px 0;}
.wleft .wdn{width: 100%; display: flex; flex-direction: row;text-align: center;align-items: center;justify-content: center}
.wleft .wdn .wcl2{ padding:0 15px; background:rgba(0,0,0,0.3); height: 36px; line-height: 36px; border-radius: 18px; margin-right: 20px; position: relative; cursor: pointer;}
.wleft .wdn .wcl2:last-child{ margin-right: 0; }
.wleft .wdn .wcl2 .wct{ width: 100%; display: block; }
.wleft .wdn .wcl2 .wct img{ width: 22px; height: 22px; margin: 6px 8px 6px 0;float: left; }
.wleft .wdn .wcl2 .wct span{ line-height: 36px; font-size: 14px;float: left;}
.wleft .wdn .wcl2:hover .wdt{ display: block; }
.wleft .wdn .wcl2 .wdt{ width: 150px; height: 190px; background: #fff; position: absolute; top: -200px; left: 50%; z-index: 2; margin-left: -75px; border-radius: 4px; box-shadow: 0 2px 12px rgba(0,0,0,0.15); display: none;}
.wleft .wdn .wcl2 .wdt img{ width: 128px; height: 128px; float: left; margin: 11px; margin-bottom: 5px;}
.wleft .wdn .wcl2 .wdt p{ width: 100%; float: left; line-height: 1.5; font-size: 12px; color: #666; text-align: center;}
.wleft .wdn .wcl2 .wdt:after{ width: 0; height: 0;border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #fff; position: absolute; bottom: -8px; left: 50%; margin-left: -8px; content: ''}
.wright{ width: 480px; margin-left: 120px; padding-top: 10px; background: #fff; border-radius: 5px;}
.wlg{width: 100%;height: 500px; padding: 0 40px; box-sizing: border-box; background: #fff; border-radius: 6px; display: flex; flex-direction: column; position: relative;}
.wlg .wtit{ width: 100%; height: 80px; line-height: 80px; padding-left: 15px; box-sizing: border-box; font-size: 20px; 
	color: #444; font-weight: 600; position: relative;text-align: center;}
.wlg .witem{ width: 100%; padding: 10px 0; }
.wlg .witem .inp{ width: 100%; height: 50px; border: #e6e6e6 solid 1px; box-sizing: border-box; 
	border-radius: 4px; overflow: hidden; display: flex; flex-direction: row;transition: border .2s ease-in-out;}
.wlg .witem .label{ width: 50px; height: 50px; border-right: #eee solid 1px; display: block; background: #f6f6f6;}
.wlg .witem .i-name{ width:40px; height: 40px; float: left; margin:4px 5px; background: url(../images/input-form.png) no-repeat -1px -42px;}
.wlg .witem .i-pwd{ width:40px; height: 40px; float: left; margin: 4px 5px; background: url(../images/input-form.png) no-repeat -1px 0;}
.wlg .witem .focus{ border: #002f93 solid 1px;}
.wlg .witem .focus .i-name{background: url(../images/input-form.png) no-repeat -41px -42px;}
.wlg .witem .focus .i-pwd{background: url(../images/input-form.png) no-repeat -41px 0;}
.wlg .witem input{ flex: 1; height: 30px; padding: 10px; font-size: 15px; color: #333;display: block;}
.wlg .wbox{ width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #333; }
.wlg .wbox input{ border:#ddd solid 1px; }
.wlg .wbox input[type="checkbox"]:checked{ border: 1px solid #002f93; background: #002f93;}
.wlg .wbox input[type="checkbox"]:checked::before { content: " "; display: inline-block;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); height: 4px; width: 7px; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; position: absolute; top: 2px;margin-left: 3px;}
.wlg .wbtn{ width: 100%; margin-top:50px; height: 50px;}
.wlg .wbtn a{ width: 100%; height: 50px; line-height: 50px; text-align: center; background:#002f93; color: #fff; font-size: 20px; border-radius: 4px; }
.wlg .wbtn a:hover{opacity: 0.8;}
.wlg .wyg{ width: 100%; height: 20px; line-height: 20px; margin-top: 10px; font-size: 14px; text-align: right;}
.wlg .wyg a{ color: #002f93; }
.wtype{ width: 100%;position: absolute; left: 0; bottom: 15px; z-index: 2; text-align: center; }
.wtype p{ width: 100%; line-height: 20px;}
.wtype p span{ display: inline-block; vertical-align: middle;font-size: 12px; color: #999;}
.wtype p img{ width: 15px; height: 15px;display: inline-block; vertical-align: middle; }
.wbq{ width: 100%; line-height:1; font-size: 12px; text-align: center; color: #fff; 
	position: absolute; left: 0; bottom: 2%; z-index: 1;}
