html, body, form, fieldset, p, div, ul, h1, h2, h3, h4, h5, h6 {
    border: 0;
    outline: 0;
    margin:0;
    padding:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust:none;
}
body {
    word-wrap: break-word;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
a {
    text-decoration:none;
    outline:none;
}
a:hover, a:active {
    outline: none;
}
em {
    font-style: normal;
}
img {
    border: 0 none;
}
:focus { 
    outline: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m0a{
    margin: 0 auto;
}
button, input, select, textarea {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}

button {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

input[type="text"], 
input[type="password"], 
textarea {
    border-radius: 4px;
    border: 1px #CCCCCC solid;
    text-indent: 12px;
    behavior: url(/css/pc/PIE.htc);
}

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

textarea {
    text-indent: 0px;
    font-size: 14px;
}

input[type="text"]:focus, 
input[type="password"]:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    behavior: url(/css/pc/PIE.htc);
}
::-webkit-input-placeholder {
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
:-moz-placeholder {
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
:-ms-input-placeholder {
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.input-normal {
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #3a3a3a;
    font-size: 14px;
}

.input-large {
    height: 30px;
    line-height: 30px;
    width: 350px;
    color: #3a3a3a;
    font-size: 14px;
}

.input-xlarge {
    height: 30px;
    width: 480px;
    line-height: 30px;
    font-size: 14px;
    color: #3a3a3a;
}

.input-select {
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    word-break: break-all; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    background: white;
    font-size: 14px;
    color: #3a3a3a;
    behavior: url(/css/pc/PIE.htc);
}
.input-large-select {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: white;
    font-size: 14px;
    color: #3a3a3a;
    behavior: url(/css/pc/PIE.htc);
}
.input-small {
    width: 78px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #3a3a3a;
}
.input-tiny {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #3a3a3a;
}
.btn-primary {
    border: none;
    outline: none;
    width: 92px;
    height: 38px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    background: url(/images/pc/common/bg_btn_primary.png) 0 0 no-repeat;
}

.btn-primary:hover {
    background: url(/images/pc/common/bg_btn_primary.png) 0 -76px no-repeat;
}

.btn-primary:active {
    background: url(/images/pc/common/bg_btn_primary.png) 0 -38px no-repeat;
}

.btn-primary:disabled {
    background: url(/images/pc/common/bg_btn_primary.png) 0 -114px no-repeat;
}
.btn-middle {
    border: none;
    outline: none;
    width: 152px;
    height: 38px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    background: url(/images/pc/common/bg_btn_middle.png) 0 0 no-repeat;
}

.btn-middle:hover {
    background: url(/images/pc/common/bg_btn_middle.png) 0 -76px no-repeat;
}

.btn-middle:active {
    background: url(/images/pc/common/bg_btn_middle.png) 0 -38px no-repeat;
}

.btn-middle:disabled {
    background: url(/images/pc/common/bg_btn_middle.png) 0 -114px no-repeat;
}

.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.icon-male {
    background: url('/images/pc/common/icon_male.png');
}

.icon-female {
    background: url('/images/pc/common/icon_female.png');
}

.container {
    width: 960px;
    margin: 0 auto;
}

.header {
    width: 100%;
}

.header-inner {
    width: 960px;
    margin: 0 auto;
}

.header-top {
    width: 100%;
    background-color: #f1f1f1;
    height: 30px;
    line-height: 30px;
}

.header-top a:hover {
    color: #cf5541;
}

.header-top-left {
    float: left;
}

.header-top-left a {
    padding-left: 26px;
    margin-right: 26px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    display: block;
    float: left;
}

.header-top-right {
    float: right;
}

.header-top-right {
    color: #666;
    font-size: 13px;
}

.header-top-right a {
    color: #666;
}

.header-top-right a:hover {
    //text-decoration: underline;
}

.header-top-right span {
    color: #AAAAAA;
    padding: 0 2px;
}

.header-mid {
    height: 70px;
    background: #FFFFFF;
}

.header-mid-logo {
    float: left;
    background: url('/images/pc/common/logo_wide.png') no-repeat 0;
    width: 164px;
    height: 70px;
}

.header-mid-logo a {
    float: left;
    width: 100%;
    height: 100%;
}

.header-mid-slogan {
    float: left;
    border-left: 1px solid #9E9E9E;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 18px;
    margin-bottom: 20px;
    height: 32px;
    width: 110px;
    text-indent: 10px;
    font-size: 12px;
}

.header-mid-slogan p {
    line-height: 32px;
    color: #9E9E9E
}

.header-mid-region-selection {
    float: left;
    padding-top: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

.header-mid-region-selection select {
    width: 62px;
    height: 22px;
    color: #4F4F4F;
    font-size: 14px;
    border: 1px solid #4F4F4F;
}

.header-mid-service {
    float: right;
    padding-top: 24px;
}

.header-mid-service li {
    float: left;
    background: url('/images/pc/common/icon_service.png') no-repeat;
    color: #9E9E9E;
    font-size: 12px;
    text-indent: 28px;
    width: 86px;
    height: 24px;
    line-height: 24px;
    list-style: none;
}

.header-btn-fav {
    background: url('/images/pc/common/icon_fav_black.png') no-repeat 0;
}

.header-top-left a.header-btn-wechat {
    background: url('/images/pc/common/icon_wechat_black.png') no-repeat 0;
}

.header-nav {
    width: 100%;
    height: 40px;
    background: #404040;
}

.header-nav-inner {
    position: relative;
}

.header-nav-logo {
    float: left;
    background: url('/images/pc/common/logo_wide.png') no-repeat 0;
    width: 164px;
    height: 70px;
    margin-right: 50px;
}

.header-nav-menu {
    float: left;
    width: 100%;
    height: 40px;
}

.header-nav-menu ul {
    height: 100%;
}

.header-nav-menu li {
    float: left;
    width: 100px;
    height: 100%;
    list-style: none;
}

.header-nav-menu .item-product {
    width: 200px;
}

.header-nav-title {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
}

.header-nav-menu li.selected .header-nav-title, 
.header-nav-title:hover{
    background-color: #CF5541;
    color: white;
}

.header-nav-menu .item-store {
    float: right;
    width: 108px;
}

.header-nav-menu .item-store {
    text-indent: 20px;
    background: url(/images/pc/common/icon_pin_red.png) 8px center no-repeat;
}

.header-nav-menu .item-store .header-nav-title:hover,
.header-nav-menu .item-store.selected .header-nav-title {
    background: #CF5541 url(/images/pc/common/icon_pin_white.png) no-repeat 8px center;
}

.header-product-list {
    float: left;
    position: absolute;
    /*padding-top: 40px;*/
    z-index: 100;
}

.header-product-menu {
    float: left;
}

.header-product-menu li {
    width: 198px;
    height: 39px;
    list-style: none;
    border-bottom: #D2D2D2 1px solid;
    border-left: #CECECE 1px solid;
    border-right: #CECECE 1px solid;
    background: #FFFFFF url(/images/pc/common/header_product_arrow_new.png) no-repeat right 0;
}

.header-product-menu a {
    color: #696969;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*text-indent: 44px;*/
    display: block;
   /* background-image: url(/images/pc/common/header_product_icon.png);
    background-repeat: no-repeat;*/
}
.header-product-menu a .icon {
    float: left;
    width: 20px;
    height: 100%;
    margin-left: 14px;
    margin-right: 10px;
    background-image: url(/images/pc/common/header_product_icon.png);
    background-repeat: no-repeat;
}
.header-product-menu a .name {
    float: left;
    line-height: 40px;
}

.header-product-menu li.active a .icon {
    background-position-x: -20px;
}

.header-product-menu li.active {
    border-left: #CF5541 1px solid;
    border-right: #CF5541 1px solid;
    border-bottom: #CF5541 1px solid;
    background: #CF5541 url(/images/pc/common/header_product_arrow_new.png) no-repeat right -40px;
}

.header-product-menu li.active a,
.heade-product-list a.selected {
    color: #FFFFFF;
}

.header-product-menu li.link {
    height: 40px;
    background: #FFFFFF;
}

.header-product-menu li.link a:hover {
    background-color: #CF5541;
}
.header-product-menu li.no-show {
    width: 200px;
    height: 40px;
    background: none;
    border: none;
}
.header-product-menu li.no-show a {
    background: none;
}
.header-product-menu li.no-show a:hover {
    background: none;
}
.header-product-content {
    padding-top: 40px;
    width: 400px;
    height: 394px;
    margin-top: 4px;
    background-image: url(/images/pc/common/product_list_arrow.png);
    background-repeat: no-repeat;
    background-position-x: 2px;
    float: left;
}

.header-product-page {
    padding: 16px;
    margin-left: 10px;
    line-height: 34px;
    background: #FFFFFF;
    width: 358px;
    height: 362px;
}

.header-product-group-name {
    width: 106px;
    text-indent: 14px;
    font-size: 15px; 
    font-weight: bold;
    display: inline-block;
    float: left;
    color: #696969;
}

.header-product-group-link {
    width: 248px;
    float: left;
    font-size: 13px;
    color: #696969;
    border-bottom: 1px solid #ECE9EA;
    margin-bottom: 14px;
}

.header-product-group-link a {
    display: inline-block;
    padding: 0 8px;
    color: #696969;
}

.header-product-group-link-long {
    width: 368px;
}

.header-product-group-link a:hover {
    text-decoration: underline;
}

.header-product-img {
}

.header-product-img img {
    margin-left: 10px;
}

.section-header {
    border-left: #666666 6px solid;
    text-indent: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-top: 21px;
    margin-bottom: 21px;
}

.footer {
    width: 100%;
    margin-top: 56px;
    clear: both;
    display: inline-block;
    background: #F7F7F7;
    border-top: 1px #C2C2C2 solid;
}

.footer-inner {
    width: 960px;
    margin: 0 auto;
    background: none;
}

.footer-service {
    width: 100%;
    border-bottom: 1px #D5D5D5 solid;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-service .last {
    margin-right: 0;
}

.footer-service-item {
    float: left;
    display: block;
    background: url(/images/pc/common/icon_service_large.png) no-repeat;
    height: 55px;
    padding-left: 63px;
    margin-right: 50px;
}

.footer-service-item h4 {
    font-size: 24px;
    color: #A7A7A7;
    margin-top: 1px;
    line-height: 30px;
}

.footer-service-item p {
    font-size: 16px;
    line-height: 24px;
    color: #6D6D6D
}

.footer-terms {
    clear: both;
    width: 100%;
    height: 152px;
    padding-top: 24px;
}

.footer-terms-wechat {
    float: left;
    width: 230px;
}

.footer-terms-wechat p {
    text-align: center;
    background: url(/images/pc/common/icon_wechat_gray.png) no-repeat 44px center;
    color: #333333;
    font-size: 16px;
}

.footer-terms-wechat-img-container {
    width: 100%;
    margin-top: 10px;
    padding: 6px 0;
    text-align: center;
}

.footer-terms-wechat-img-container img {
    border: 1px solid #CCCCCC;
}

.footer-terms-list {
    width: 166px;
    height: 132px;
    float: left;
    border-left: 1px solid #D5D5D5;
}

.footer-terms-list.last {
    border-right: 1px solid #D5D5D5;
}

.footer-terms-list li,
.footer-terms-list li a{
    line-height: 24px;
    list-style: none;
    text-align: center;
    font-size: 14px;
    color: #6D6D6D;
}
.footer-terms-list li a:hover {
    color: #d85541;
}
.footer-terms-list .footer-terms-list-header {
    color: #333333;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-terms {
    line-height: 24px;
}

.footer-terms-service {
    float: left;
    padding-left: 36px;
    padding-right: 36px;
    width: 156px;
}

.footer-terms-service .footer-terms-service-title {
    font-size: 16px;
    color: #333333;
}

.footer-terms-service .footer-terms-service-tel {
    font-size: 18px;
    color: #CF5541;
    line-height: 30px;
    //font-weight: bold;
    background: url(/images/pc/common/icon_tel_red.png) no-repeat 0 center;
    text-indent: 20px;
}

.footer-terms-service .footer-terms-service-text {
    font-size: 12px;
    color: #6C6C6C;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
}

.footer-terms-service span {
    color: #CF5541;
    font-size: 18px;
}

.footer-terms-service .footer-terms-service-store a {
    font-size: 14px;
    color: #333333;
}

.footer-terms-service .footer-terms-service-store a:hover {
    text-decoration: underline;
}

.footer-aptitude {
    line-height: 46px;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #ccc;
    text-align: center;
}
