* {
margin: 0px;
padding: 0;
}
html{
    font-size:12px;
}
body{
    background-color: #F2F2F2 !important;
    font-family: "Microsoft YaHei", Helvetica,Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    background-color: #fafafa;
    overflow: auto;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    background-size:100% 100%;
}
.clear-border{
    border: none !important;
}
a {
    color: #4a90e2;
text-decoration: none;
}

a:hover{
    text-decoration:none;
}
a:focus{
	outline-width: initial;
	outline-style: none;
}

input{ outline: none!important; }
input:focus { outline: none!important; }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px white inset;
border: 1px solid #CCC!important;
}
.input-warn {
	display: none;
	background-color: #f2dede;
	color: #a94442;
	padding: 5px;
	border: transparent;
}
.right-dirver:after{
	background: #dedede;
	width: 1px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 2px;
}

/*footer*/
.footer{
	background: #242424;
	width: 100%;
	font-size: 14px;
}
.footer .p60{
	padding: 40px 0px;
}
.footer .left,.footer .right{
	float: left;
}
.footer .left ul,.footer .right ul{
	float: left;
	line-height: 25px;
}
.footer .left ul{
	margin-right: 100px;
}
.footer .right ul:first-child{
	margin-right: 100px;
}
.footer .right ul:last-child{
	float: right;
}
.footer .left{
	width: 510px;
	background: url(../images/line.png) 440px center no-repeat;
}
.footer .left span{
    color: #a5a5a5;
}
.footer .left a{
	color: #FFFFFF;
}
.footer .left ul li:first-child{
	font-weight: bold;
}
.footer .right{
	width: 660px;
	color: #a5a5a5;
}
.footer .right .bai,.footer .right span{
	color: #FFFFFF;
}
.footer .right .tel{
	font-size: 20px;
	font-weight: bold;
}
.footer .right .time{
	color: #a5a5a5;
	font-size: 12px;
}
.footer .right a{
	color: #a5a5a5;
}
.footer .bottom{
	background: #333333;
	height: 100%
	line-height: 70px;
}

.footer .bottom ul li{
	float: left;
}
.footer .bottom ul li span{
	margin: 0px 5px;
}
.footer .bottom .copyright{
	font-family:"Microsoft YaHei", 微软雅黑, arial, sans-serif;
font-size:14px;
color:#666666;
letter-spacing:0.55px;
text-align:center;

}

input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}

.yht-market-bottom{
clear: both;
position: relative;
height: auto;
min-height: 100%;

}
.yht-market-footer{
padding-bottom: 20px;
position: fixed;bottom: 0px;left: calc( 50% - 325px);

}

.yht-market-footer .copyright{
font-size: 12px;
color: #666666;
letter-spacing: 0.55px;
text-align: center;
margin: 43px 0 0px 0;
}

.webuploader-pick label{margin-bottom: 0;}
.span-error{color: red;font-size: 12px;}

.login__top__logo--left {
    background: url(../images/loginlogo.svg) no-repeat center;
    width: 165px;
    height: 100%;
    margin-left: 120px;
    float: left;
}

.ant-select-selection.ant-select-selection--single,.ant-select-selection.ant-select-selection--single:hover,.ant-select-selection.ant-select-selection--single:focus,.ant-select-selection.ant-select-selection--single:active,.ant-select-selection.ant-select-selection--single:visited{
	border:none;
	box-shadow: none;
}

.rule-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.rule-item:last-child {
	margin-bottom: 5px;
}
.rule-icon {
	width: 12px;
	height: 12px;
	margin: 0 7px 0 0;
}
.userInfo-form-basic.userInfo-form .form-group {
	margin-bottom: 18px !important;
}
.userInfo-form-basic.userInfo-form .editing-form  .form-group {
	margin-bottom: 8px !important;
}
.edit-form{
	font-size:12px;
}
.edit-form.COUNTRY{display: inline-block;margin-right: 10px;}
.yht-center-content .userInfo-form .form-horizontal .form-group .control-label, .yht-center-content .userInfo-form .form-horizontal .form-group .info-label {
	font-size: 14px;
	padding-top: 0 !important;
}
.edit-form.ADDR{display: inline-block;}
.yht-center-content .userInfo-form .form-horizontal .form-group .addr-select {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 4px !important;
}
.edit-form.DATE .xigua-dropdown-list, .edit-form.ADDR .xigua-dropdown-list{
	margin-right: 10px;
}



@media screen and (max-height: 800px) {
    .yht-market-footer {
        position: relative;left:0;
        padding-bottom: 0;
    }
}


html,body {
  direction: ltr;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@-ms-viewport {
  width: auto !important;
}