/** ????? **/
* {margin: 0; padding: 0; -webkit-overflow-scrolling: touch;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td,form,pre{ -webkit-tap-highlight-color:rgba(0,0,0,0)}
a:active,a:hover{outline:0}
img{display: inline-block; border: none; vertical-align: middle;}
li{list-style:none;}
table{border-collapse: collapse; border-spacing: 0;}
h1,h2,h3{font-size: 14px; font-weight: 400;}
h4, h5, h6{font-size: 100%; font-weight: 400;}
button,input,select,textarea{font-size: 100%; }
input,button,textarea,select,optgroup,option{font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0;}
pre{white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
:focus {outline: none;}
body {font: 13px/2 tahoma, arial, 'PingFang SC', 'Microsoft Yahei', sans-serif;color: #333;background:#efefef;}
a {color: #3794e3;text-decoration: none;+cursor: pointer;}
a:hover {color: #64b3f7;}


/*form*/
/*form-panel*/
.sudy-form{margin:0px;padding:0px;}
.sudy-form li{display:flex; width:50%;margin: 0 0 22px;float: left;align-items:center;}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:5px}
body .select2-container .select2-search--inline{margin-bottom: 0px;border:1px solid #717171;width: 100% !important;}
body .select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 3px;margin-bottom: 3px;width: auto;}
body .select2-container--default .select2-search--inline .select2-search__field{width: 100% !important;margin-top:0}
.sudy-form label{line-height:26px;font-size:13px; vertical-align:middle;}
.sudy-form li input{height:40px;line-height:40px; vertical-align:middle;}
.sudy-form li img#validateCodeImg{height:24px;line-height:24px; width:auto; vertical-align:middle;}
.sudy-form .button{margin-left:130px;}
.sudy-form .register-info{margin-top:5px;padding-left:130px;}

.form-linkbutton{line-height: 24px;border-radius: 0px;}
.form-linkbutton .l-btn-text{line-height: 24px;}
/*form-title*/
span.form-title-inline{float: left; display: inline-block; line-height:26px; font-size: 16px; text-align: right;flex:0 0 220px;box-sizing: border-box;padding-right: 8px;}
span.form-title-inline + span{display: block;width: 100%;}
body .sudy-form > li label{font-size: 16px;margin: 0 10px;}
body .icheckbox_square-green,body .iradio_square-green{width: 20px;height: 20px;background: none;border:1px solid #858585;border-radius: 50%;}
body .iradio_square-green.checked { 
    background: transparent;
    border-radius: 50%;
    border: 1px solid #90c0ec;
}
body .iradio_square-green.checked:before{content:"";background: #90c0ec;width: calc(100% - 6px);height: calc(100% - 6px);left:3px;top:3px;position: absolute;border-radius: 50%;}
.form-must,.red{line-height:26px; height:26px; margin-right:2px; color:#FE1B1B; vertical-align:middle;}

body .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 34px;}
body .select2-container--default .select2-selection--single,body .select2-selection .select2-selection--single{height: 40px;box-sizing: border-box;border-color:#717171}
body .select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px;right: 10px;}
body .select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top: -5px;border-width: 10px 7px 0 7px ;border-color: #cbcbcb transparent transparent transparent;}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #cbcbcb transparent;border-width: 0 7px 10px 7px;}
body .btn.btn-primary{width:250px;line-height: 44px;text-align: center;outline: 0;border: 0;background: #2282da;letter-spacing: 5px;font-size: 16px;padding: 0;}
body .form-control{border-color:#717171}
/*form-title*/
.form-head-title{position:relative; line-height:35px; font-weight:bold; font-size:13px; border-top:1px solid #ececec;border-bottom:1px dashed #ccc;} 
.form-head-title .head-down{position:absolute;right:0px; top:0px;z-index:100;}
.form-head-title .head-down a{color:#5898F0; text-decoration:none;padding-right:15px;background:url(images/head-up.png) no-repeat right center;}
.form-head-title .head-up{position:absolute;right:0px; top:0px;z-index:100;}
.form-head-title .head-up a{color:#5898F0; text-decoration:none;padding-right:15px;background:url(images/head-down.png) no-repeat right center;}

/*form-describe*/
.form-text-describe{padding:0px 20px 10px; line-height:26px;color: #353535;}
/*form-title-width*/
.w130{width: 130px;}
.w100{width: 100px;}
.w80{width: 80px;}
/*form-text-width*/
.w400{width: 400px;}
.w200{width: 200px;}
.w150{width: 150px;}
.w110{width: 110px;}
.w40{width: 40px;}
/*search-button*/
.search-box{}
.search-box .searchbox-button {width:36px!important;}
/**/
.sudy-searchbox{top: 16px;right:20px;z-index:1000;}

/*text-align*/
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-justify{text-align:justify;}
.text-nowrap{white-space:nowrap;}
.text-lowercase{text-transform:lowercase;}
.text-uppercase{text-transform:uppercase;}
.text-capitalize{text-transform:capitalize;}
/*margin*/
.ml20{margin-left:20px;}
.ml10{margin-left:10px;}
.ml5{margin-left:5px;}

.mt20{margin-top:20px;}
.mt10{margin-top: 15px;}
.mt5{margin-top:5px;}

.mr20{margin-right:20px;}
.mr10{margin-right:10px;}
.mr5{margin-right:5px;}

.mb20{margin-bottom:20px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}
/*padding*/
.pl130{padding-left:130px;}
.pl100{padding-left:100px;}
.pl80{padding-left:80px;}

.pt20{padding-top:20px;}
.pt10{padding-top:10px;}
.pt5{padding-top:5px;}

.pad20-all{padding:20px 0;}
.pad10-all{padding:10px 0;}
.pad5-all{padding:5px 0;}
/*positioning*/
.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed;}
.fl{float:left;}
.fr{float:right;}

.wrapper{}
.wrapper .inner{width:1000px;margin:0 auto;}

.header{background:#4aa0dd;display: none;}
.header .inner{padding:30px 0px;}
.header .inner .title{padding:0px 20px;line-height:30px; font-size:30px; color:#fff;}
body{background:transparent !important}
.main{padding:0px;}
.main .inner{padding:0 10px; width:auto;   border-radius:6px;}
/*上传按钮*/
.attach_div,.attach_div div{line-height: 22px;height: 21px;}
.qq-upload-button-image{float:left;}

@media (max-width: 999px){
.wrapper{}
.wrapper .inner{width:auto;margin:0 auto;}
.wrapper .inner .mod{padding: 10px 10px;}
.main{padding:0px 0px;}
.main .inner{padding:0px; width:auto;   border-radius:0px;}
.form-text-describe{padding:10px 0px 10px; line-height:26px;color: #353535;}
}
@media (max-width: 765px){
.sudy-form li{width: 100%;float: none;}
span.form-title-inline{flex:0 0 110px;font-size: 14px;}

.header .inner{padding:25px 0px;}
.main .inner{padding:5px 0px 15px;}
.header .inner .title{line-height:30px; font-size:25px; text-align:center;}
/*form-title-width*/
.w130{width: 85px;}
.sudy-form li textarea{margin-left: 86px;margin-top:-22px;width:190px; vertical-align:top;}
.sudy-form .button{margin-left:85px;}
.sudy-form .register-info{margin-top:5px;padding-left:85px;}
}

.login_div .form-title{line-height:35px;margin-bottom: 10px;font-weight:bold; font-size:14px;border-bottom:1px solid #dedede;}
.formlist_div,.formlist_div a{line-height:30px; vertical-align: inherit!important;}
.customform_list li.list_item {border-bottom:1px solid #ddd!important;}
.dg_search table{float:right; margin-bottom:10px;}

.control_button{text-align:center;}
/*搜索*/
.search_menu li{float:left; width:auto;}
.search_menu li .easyui-linkbutton{vertical-align:middle; margin-top:5px;}