@charset "utf-8";

/* CSS Document */

table{
	border-spacing: 0;
	border-collapse: collapse;
}

*{
	padding: 0px;
	margin: 0px;
}

body{
	font: 14px/1.5 Arial, Microsoft Yahei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	font-weight: normal;
	letter-spacing: 0.4px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	min-width: 1200px !important;
}

a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: 0 none;
}

a:hover{
	text-decoration: none;
}

a:focus{
	-moz-outline-style: none;
	border: 0px;
	blr: expression(this.onFocus=this.blur());
}

input:focus{
	outline: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{
	display: block;
}

ol,li,ul,dl,dt,dd{
	list-style: none;
}

fieldset,img{
	border: 0;
}

button,submit,input,select{
	vertical-align: middle;
}

button,submit{
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6{
	font-size: inherit;
	font-weight: normal;
}

b,em,i{
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

i{
	display: inline-block;
	background:url(../../images/2016/icon.png) no-repeat;
}

.view i{
	background: none;
}

/* newscrollbar-------------------------------------------------------------------------------------------- */

.newscrollbar{
  scrollbar-color: #e5e5e5 #ffffff;
  scrollbar-width: thin;
}

.newscrollbar::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background: none;
}

.newscrollbar::-webkit-scrollbar-thumb{
    display: block;
    min-width: 8px;
    min-height: 8px;
    background: #ccc;
    border: 3px solid #ffffff;
    border-radius: 6px;
}

.newscrollbar::-webkit-scrollbar-thumb:track{
	background: none;
}

.newscrollbar::-webkit-scrollbar-thumb:hover{
    border: 2px solid #ffffff;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

/* HBox-------------------------------------------------------------------------------------------- */

.HBox{
	width: 800px;
	margin: auto;
	display: none;
	max-height: 600px;
	border-radius: 10px;
	text-align: left;
	font-size: 14px;
	background: #fff;
	padding-bottom: 20px;
	overflow: hidden;
}

.HBox h2{
	text-align: left;
	font-size: 14px;
	color: #fff;
	background: #445566;
	height: 46px;
	line-height: 46px;
	font-weight: normal;
	padding: 0px 20px;
}

.HBox h2 span{
	font-size: 13px;
}

.HBox h2 .close{
	border: 1px #ffffff solid;
	border-radius: 6px;
	background: #445566;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 7px;
}

.HBox h2 .close:hover{
	text-decoration: none;
	color: #fbf7d9
}

.HBox em{
	color: #f66;
}

.HBox .filBox{
	float: left;
	padding: 20px 20px 0 20px;
	width: 760px;
	max-height: 451px;
	background: #fff;
}

.ov_scroll .filBox{
	overflow-y: scroll;
}

.HBox form a:hover{
	text-decoration: none;
}

.HBox form .vip-login{
	float: left;
	width: 738px;
	padding: 15px 10px;
	overflow: hidden;
	border: 1px #86AFBD dashed;
	margin-bottom: 10px;
}

.HBox form .vip-login .tit{
	color: #fff;
	background: #445566;
	padding: 10px 14px;
	border-radius: 6px;
}

.HBox form .vip-login .login{
	display: inline-block;
	color: #fff;
	background: #445566;
	padding: 2px 15px;
	border-radius: 6px;
}

.HBox form dl{
	float: left;
	width: 760px;
	overflow: hidden;
	padding: 5px 0;
}

.HBox form dl dt{
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	line-height: 34px;
}

.HBox form dl dd{
	float: left;
	width: 630px;
}

.HBox form dl dd.sw{
	width: 250px;
}

.HBox .contBox dl{
	float: left;
	width: 760px;
	overflow: hidden;
	padding: 5px 0;
}

.HBox .contBox dl dt{
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	line-height: 34px;
}

.HBox .contBox dl dd{
	float: left;
	width: 630px;
}

.HBox .contBox dl dd.sw{
	width: 250px;
}

.HBox form input,.HBox form textarea,.HBox form select{
	border: 0;
	border: 1px #ddd solid;
	padding: 0 10px;
}

.HBox form input{
	border-radius: 4px;
	padding: 5px 10px;
}

.HBox form select{
	border-radius: 4px;
	padding: 4px 0 4px 10px;
}

.HBox form textarea{
	border-radius: 4px;
	padding: 15px;
	width: 598px;
}

.HBox form .chaCol{
	color: #969696;
	font-size: 12px;
	margin-left: 0;
}

.HBox form #btn_addressO,.HBox form #btn_addressS,.HBox form #btn_addressT,.HBox form #btn_Newaddress{
	background: #fff;
	border: 1px #ddd solid;
	width: 130px;
	text-align: left;
	margin-right: 0;
}

.HBox form .GoBTn{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.HBox form .GoBTn a,.HBox .AddBTn a{
	display: inline-block;
	background: #445566;
	padding: 8px 12px;
	border-radius: 6px;
	color: #fff;
	margin: 0 10px;
}

.HBox form .AddBTn a{
	background: none;
	color: #778899;
}

.HBox form .GoBTn a i,.HBox form .AddBTn a i,.HBox .tab .tab2 i{
	margin-right: 5px;
	vertical-align: middle;
}

.HBox form .GoBTn a.send i{
	width: 21px;
	height: 21px;
	background-position: -160px -158px;
}

.HBox form .AddBTn{
	float: left;
	width: 720px;
	padding: 10px 20px;
	background: #f9fafc;
	margin-top: 25px;
}

.HBox form .AddBTn a.jypx i{
	width: 21px;
	height: 15px;
	background-position: -160px -182px;
}

.HBox form .AddBTn a.gzjy i{
	width: 19px;
	height: 20px;
	background-position: -160px -200px;
}

.HBox form .AddBTn a:hover{
	color: #efa842;
}

.HBox form .AddBTn a.jypx:hover i{
	background-position: -160px -223px;
}

.HBox form .AddBTn a.gzjy:hover i{
	background-position: -160px -241px;
}

.HBox .tab{
	padding: 10px 20px;
}

.HBox .tab a{
	border-radius: 6px;
	display: inline-block;
	background: #445566;
	padding: 6px 14px;
	color: #fff;
	margin: 0 20px 0 0;
	background: #334455;
}

.HBox .tab .active{
	background: #445566;
	color: #fff;
	border-radius: 6px;
}

.HBox .tab .tab2 i{
	width: 18px;
	height: 18px;
	background-position: -160px -265px;
}

.HBox .tab a:hover{
	text-decoration: none;
}

.HBox .tabbox1,.HBox .tabbox2{
	display: none;
}

.HBox .pt{
	padding-top: 0;
}

.HBox .tabbox2 h3{
	float: left;
	font-size: 15px;
	padding: 15px 0;
	font-weight: bold;
	margin-top: 15px;
}

.HBox .xz{
	position: relative;
	border-bottom: 1px #ddd dashed;
	padding-bottom: 15px;
	margin-bottom: 20px;
	overflow: initial;
}

.HBox .xz .limits{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	text-align: center;
	width: 30px;
	display: inline-block;
	background: #fff;
}

.HBox .xz .aa{
	width: 34px;
	height: 34px;
	margin-right: 10px;
	vertical-align: middle;
	background-position: 0 -329px;
}

.HBox .xz .bb{
	width: 34px;
	height: 34px;
	margin-right: 10px;
	vertical-align: middle;
	background-position: -37px -329px;
}

.HBox .xz a{
	background: url(../../images/2016/a.jpg);
	height: 28px;
	border: 1px #ccc solid;
	display: inline-block;
	text-align: center;
}

.HBox .xz .xz_upload{
	float: left;
	width: 98px;
}

.HBox .xz input[type='text']{
	float: left;
	width: 283px;
	border: 1px #cfcfcf solid;
	margin: 0 10px;
	padding-left: 15px;
}

.HBox .xz .upload{
	float: left;
	width: 68px;
}

.HBox .xz .save{
	width: 68px;
	display: block;
	margin: 0 auto;
	clear: both;
}

.HBox form li{
	float: left;
}

.HBox form li.mLR{
	margin: 0 10px;
}

.HBox .suc_box{
	padding: 30px 20px 20px 20px;
	border-bottom: 1px #ddd dashed;
}

.HBox .suc_box dt{
	padding-bottom: 8px;
}

.HBox .suc_box b{
	font-size: 16px;
}

.HBox .confems{
	padding: 25px 10px 0 10px;
}

.HBox .confems i{
	width: 19px;
	height: 19px;
	margin-right: 5px;
	background-position: -160px -286px;
	vertical-align: middle;
}

.HBox .sent_res{
	text-align: center;
	padding: 30px 0;
}

.HBox .sent_res2{
	padding: 30px 200px;
	overflow: hidden;
}

.HBox .sent_res2 dt{
	font-size: 22px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.HBox .sent_res2 dd{
	color: #B3B3B3;
	line-height: 25px;
	float: left;
	width: 100%;
}

.HBox .sent_change{
	padding: 0 50px 30px 50px;
	overflow: hidden;
	border-top: 1px #ddd solid;
	margin: 0 50px;
}

.HBox .sent_change li{
	padding-top: 15px;
}

.HBox .sent_change .lb{
	display: inline-block;
	width: 90px;
	text-align: right;
}

.HBox .entNam{
	padding: 20px;
}

.HBox .entNam b{
	color: #B90000;
}

.HBox .entNam dt b{
	font-size: 17px;
}

.HBox .entNam dd b{
	margin: 0 5px;
}

.HBox .chaCol i{
	width: 19px;
	height: 19px;
	margin-right: 5px;
	background-position: -160px -286px;
	vertical-align: middle;
}

.HBox input[type=checkbox]{
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.HBox .cont .filBox{
	width: 740px;
	overflow: hidden;
}

.HBox .contBox{
	width: 760px;
	border: 1px #ddd solid;
	overflow: hidden;
	margin-top: 20px;
	padding: 10px 0;
	background: #F7F7F7
}

.HBox .contBox dl{
	padding: 0;
}

.HBox .contBox dl dt{
	line-height: 25px;
}

.ov_scroll .cont{
	overflow-y: scroll;
	max-height: 500px;
}

.smallHBox{
	width: 650px !important;
}

.smallHBox .cont .filBox{
	width: 610px;
}

.smallHBox.ov_scroll .filBox{
	width: 590px;
	overflow: hidden;
}

.smallHBox form dl{
	width: 610px;
}

.smallHBox form dl dt{
	width: 100px;
}

.smallHBox form dl dd{
	width: 500px;
}

.smallHBox form dl dd.sw{
	width: 175px;
}

.smallHBox form dl dd textarea{
	width: 468px;
}

.smallHBox .contBox{
	width: 606px;
}

.smallHBox .contBox dl{
	width: 608px;
}

.smallHBox .contBox dl dt{
	width: 100px;
	line-height: 25px;
}

.smallHBox .contBox dl dd{
	width: 498px;
}

.smallHBox .contBox dl dd.sw{
	width: 173px;
}

.HBox .btnOperation{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.HBox .btnOperation a{
	color: #bbb;
	margin-right: 30px;
}

.HBox .btnOperation i{
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
}

.HBox .btnOperation .btn_change i{
	width: 16px;
	background-position: -126px -459px;
}

.HBox .btnOperation a:hover{
	color: #3d9ccc;
	text-decoration: none;
}

.HBox .btnOperation a.btn_change:hover i{
	background-position: -144px -459px;
}

.HBox .btnOperation .btn_delete i{
	width: 11px;
	background-position: -126px -476px;
}

.HBox .btnOperation a.btn_delete:hover i{
	background-position: -144px -476px;
}

.w80{
	width: 80px;
}

.w110{
	width: 110px;
}

.w120{
	width: 120px;
}

.w150{
	width: 150px;
}

.w170{
	width: 170px !important;
}

.w200{
	width: 192px;
}

.w220{
	width: 220px;
}

.w450{
	width: 450px;
}

/*.fixed{
	display: block;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	z-index: 66666
}*/

#ShowMobile{
	font-size: 12px;
	line-height: 18px;
	width: 130px;
	height: 268px;
	margin: 0 auto;
	padding: 140px 35px 0 35px;
	background: url(../../images/2016/sms_top_01.png);
	background-size: 200px 408px;
}

#ShowMobile dl{
	width: 100%;
}

#ShowMobile dt{
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}

.HBox .content{
	width: 100% !important;
}

#putoutcontent .HBox{
	padding-bottom: 30px !important;
}

.HBox{
	margin-top: 12%;
}

.successjl{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 3;
}