﻿@charset "utf-8";
html{color:#000}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
span,
a{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,
img,
iframe{border:0}
:focus{outline:0}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var{font-weight:normal;font-style:normal}
ol,
ul{list-style:none}
li{list-style:none}
caption,
th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
blockquote:before,
blockquote:after,
q:before,
q:after{content:''}
abbr,
acronym{border:0;font-variant:normal}
/* to preserve line-height and selector appearance */
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit; vertical-align:middle;}*/
/*to enable resizing for IE*/
input,
textarea,
select{*font-size:100%}
/*because legend doesn't inherit in IE */
legend{color:#000}
/*clear float*/
.clearfix{zoom:1}
.clearfix:after{display:block;clear:both;content:'\20'}
.fleft{float:left}
.fright{float:right}
:not(input){
    -webkit-user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
}
.loginbox,.login-form {max-width:768px;margin:28px auto;}


/*快速菜单*/
.chioce-province {    position: fixed;right: 0px;bottom: 30%;min-height: 40px;min-width:60px;background:#fff;}
.province-more {background: rgba(0,0,0,.6);color: #fff;border-radius: 5px 0 0 5px;padding: 10px;position:absolute;left:0;top:50%;margin-top:-20px;font-size:.9rem;line-height:.9rem;padding-left:20px;}
.province-more.open {margin-top:-17px;margin-left:-60px;}
.province-more i {width:10px;background:url(../images/arrow-l.png) no-repeat center; background-size:contain;position: absolute;height: 100%;top: 0px;left: 8px;    }
.province-more.open i {background:url(../images/arrow-r.png) no-repeat center;background-size:contain;    }
.choice-value {display:none;/*margin-left:60px;*/padding:0 10px;border-radius:10px 0 0 10px;transform: translateX(0px);         }
.choice-value a{display:inline-block;color:#333;padding:10px;text-align:center;    }
.choice-value a img{width:20px;   }
.choice-value a span {display:block;font-size:.9rem; }
.extend {display:block;box-shadow: 0px 0px 10px rgba(0,0,0,.2);transition: all 0.25s;        }