html {
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica,"Microsoft YaHei", sans-serif;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    -webkit-tap-highlight-color: transparent;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block;
}

a {
    outline: none;
    color: #333;
}

a:focus {
    outline: none;
}

a:hover,a:active {
    outline: 0;
}

a:hover {
    cursor: pointer;
}

a:active {
    opacity: .6;
}

a,a:visited,a:active,a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

/*h1 {font-size:2em;margin:0.67em 0;}*/
img {
    display: block;
    border: 0;
    height: auto;
    max-width: 100%;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}

button {
    overflow: visible;
    border: none;
}

button,select {
    text-transform: none;
    -webkit-appearance: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:active {
    opacity: .6;
}

input {
    line-height: normal;
    outline: none;
    border: none;
    box-sizing: border-box;
    background: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input:-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #333
}

@font-face {
    font-family: DIN;
    src: url('../css/DIN.ttf');
}

body {
    background: #efedf0;
}

.inl {
    display: inline-block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr {
    margin-right: 13px;
    vertical-align: top;
}

a:hover h2,a:hover h3 {
    /*text-decoration: underline;*/
    color: #5099dd !important;
}

form {
    position: relative;
}

/*鍏叡閮ㄥ垎*/
.header {
    width: 100%;
    min-width: 1000px;
    height: 79px;
    background: #5099dd;
}

.header .header_cont {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 18px;
}

.header .logo {
    float: left;
}

.header .logo img {
}

.header .searchBox {
    display: inline-block;
    width: 272px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border-radius: 4px;
    margin-left: 135px;
    vertical-align: bottom;
}

.header .searchBox input {
    vertical-align: top;
    width: 232px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    padding-left: 15px;
}

.header .searchBox button {
    width: 40px;
    height: 34px;
    border-radius: 0 4px 4px 0;
    background: #fff url(../images/search.png) no-repeat center;
    vertical-align: top;
}

.header .quickLink {
    display: inline-block;
    margin-top: 8px;
    margin-left: 100px;
    vertical-align: top;
}

.header .quickLink a {
    line-height: 34px;
    display: inline-block;
    padding: 0 5px;
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

.header .quickLink a:hover {
    text-decoration: underline;
}

.header .login {
    background: #fff;
    display: block;
    float: right;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 54px;
    font-size: 14px;
    color: #5099dd;
    border-radius: 30px;
    margin-top: 8px
}

.header .userCenter {
    float: right;
    margin-top: 10px;
    background: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 30px;
    color: #5099dd;
    cursor: pointer;
}

.header .userCenter img {
    /*vertical-align: middle;*/
    display: inline-block;
    width: 10px;
    height: 13px;
}

.header .userCenter a {
    color: #5099dd;
}

.nav {
    width: 100%;
    min-width: 1000px;
    height: 44px;
    line-height: 44px;
    background: #3b87ce;
    border-top: 1px solid #2e84d3
}

.nav .nav_menu {
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
}

.nav .nav_menu a {
    position: relative;
    display: inline-block;
    padding: 0 19px;
    font-size: 16px;
    color: #fff;
}

.nav .nav_menu a:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,.15);
}

.nav .nav_menu a:last-child:before {
    display: none;
}

.nav .nav_menu a:hover {
    background: #2575c0;
}

.nav {
    width: 100%;
    min-width: 1000px;
    height: 44px;
    line-height: 44px;
    background: #3b87ce;
    border-top: 1px solid #2e84d3
}

.nav .nav_menu a.active {
    background: #2575c0;
}

.nav .nav_menu a.active:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    content: "";
    width: 26px;
    height: 8px;
    background: url(../images/nav_act_arw.png) no-repeat;
    background-size: 26px 8px;
}

.nav .nav_menu a.disabled {
    color: rgba(255,255,255,.4);
    /*background: url(../images/zhedie.png) no-repeat right center; background-size: 12px;*/
}

.nav .nav_menu a.disabled:before {
    width: 12px;
    height: 10px;
    background: url(../images/nav_arw.png) no-repeat right center;
    background-size: 12px;
}

.nav .nav_menu a.disabled:hover {
    background: none;
}

.footer {
    min-width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
    background: #77787e;
    text-align: center;
}

.footer img {
    margin: 0 auto 12px;
}

.footer li {
    display: inline-block;
    background: #676972;
    padding: 3px 10px;
    margin: 4px 9px 20px;
    color: #a9a9ab;
    font-size: 14px;
    border-radius: 4px;
}

.footer li strong {
    color: #d7d8d0;
    font-size: 19px;
}

.footer .slogan {
    position: relative;
    margin-bottom: 6px;
}

.footer .slogan p {
    color: #bbb;
    display: inline-block;
}

.footer .slogan span {
    display: inline-block;
    margin-bottom: 13px;
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,.1);
}

.footer .slogan span:first-child {
    margin-right: 10px;
}

.footer p {
    color: #acacac;
    font-size: 14px;
}

.footer p >* {
    color: #acacac;
}

.footer p strong a font {
    color: #acacac;
}

.content {
    width: 1000px;
    margin: 20px auto;
    overflow: hidden;
    font-size: 0
}

.main {
    width: 680px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 30px;
}

.aside {
    width: 290px;
    float: right;
}

/*.aside{ width: 290px; float: right; position: fixed; top: 144px; left: 50%; margin-left: 210px; }
*/
.aside .aside_item {
    border: 1px solid #e4e9eb;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
    border-radius: 8px;
    background: #fff;
    padding: 10px 10px 15px;
    margin-bottom: 20px;
}

.aside .aside_item.dsqm {
    padding: 0;
    border: none;
}

.aside .tools a {
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    color: #555;
    text-align: center;
}

.aside .tools a img {
    width: 76px;
    height: 76px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.aside .tools a:nth-child(3n) {
    margin-right: 0;
}

.aside .hot_wz .datu {
    width: 266px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.aside .hot_wz .datu img {
    width: 266px;
    height: 200px;
}

.aside .hot_wz .datu .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 246px;
    background: rgba(0,0,0,.6);
}

.aside .hot_wz .datu h3 {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside .hot_wz .datu a:hover .tit h3 {
    color: #fff !important;
    text-decoration: underline;
}

.aside .hot_wz .datu p {
    font-size: 13px;
    line-height: 20px;
    color: #cfcfcf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside .hot_wz .tuwenBox {
    margin: 20px 0;
}

.aside .hot_wz .tuwenBox img {
    display: inline-block;
    width: 90px;
    height: 68px;
    border-radius: 4px;
    margin-right: 8px;
}

.aside .hot_wz .tuwenBox .tit {
    display: inline-block;
    width: 168px;
    vertical-align: top;
}

.aside .hot_wz .tuwenBox .tit h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 25px;
    margin-bottom: 8px;
}

.aside .hot_wz .tuwenBox .tit p {
    font-size: 13px;
    color: #aaa;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside .hot_wz .wz {
}

.aside .hot_wz .wz li {
    position: relative;
    color: #555;
    font-size: 15px;
    padding-left: 15px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aside .hot_wz .wz li:before {
    position: absolute;
    display: block;
    content: "";
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #899fc7;
}

.aside .hot_wz .wz li a {
    color: #555;
}

.aside .hot_wz .tit h3:hover,.aside .hot_wz a:hover {
    text-decoration: underline;
}

.aside .bjx {
    padding: 10px 8px 0;
    text-align: center;
}

.aside .bjx h2 {
    font-size: 20px;
    text-align: center;
    margin: 5px 0 8px;
}

.aside .bjx .bjxItem a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    color: #535d65;
    background: #ebeae9;
    border-radius: 5px;
    margin: 5px;
}

.aside .bjx .bjxItem a:hover {
    text-decoration: underline;
    background: #e5ebf1;
}

.aside .bjx .viewMore {
    display: inline-block;
    margin: 20px 0;
    border-radius: 5px;
    padding: 6px;
    height: 22px;
    width: 120px;
    background: #5099dd;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.aside .calendar {
    padding: 15px 14px;
    overflow: hidden;
    background: #fbe9e9;
    border-radius: 4px;
    border: 1px solid #eed9d9;
}

.aside .calendar div {
    text-align: center;
}

.aside .calendar span {
    display: inline-block;
    padding: 0 14px;
    margin-right: 7px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #e7cdcd;
    border-radius: 4px;
    box-shadow: 0 -2px 0 #ff7d7d;
    box-sizing: border-box;
    font-size: 20px;
    color: #e35858;
    font-weight: bold;
}

.aside .calendar span:last-child {
    margin: 0;
}

.aside .calendar dl {
    margin-top: 8px;
    overflow: hidden;
    position: relative;
}

.aside .calendar .lunar dt,.aside .calendar .yj dt {
    display: inline-block;
    width: 44px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #efd9d9;
    border-radius: 4px;
    color: rgb(223, 123, 123);
    font-size: 16px;
}

.aside .calendar .lunar dd,.aside .calendar .yj dd {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    padding-left: 8px;
    color: #555;
    font-size: 15px;
    border-radius: 4px;
    background: #ede2e2;
}

.aside .calendar .yj dt {
    height: auto;
    background: none;
}

.aside .calendar .yj dt em {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 10px;
    background: #df585f;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    font-style: normal;
}

.aside .calendar .yj dd {
    height: auto;
    padding: 6px 8px;
    line-height: 22px;
    width: 192px;
    float: right;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside .calendar .yj:nth-of-type(3) dt em {
    background: #846d5b;
}

.aside .calendar a {
    display: inline-block;
    margin-top: 12px;
    width: 123px;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.aside .calendar .bgOrg {
    background: #ffa65e;
    float: left;
}

.aside .calendar .bgRed {
    background: #ff7070;
    float: right;
}

.aside .gscm {
    background: #dee7ee;
    border: 1px solid #d4e5f3;
    text-align: center;
    padding: 20px;
}

.aside .gscm input {
    width: 244px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: 1px solid #cddeec;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

.aside .gscm button {
    margin-top: 15px;
    width: 176px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    background: #63a7e5;
    border-radius: 5px;
}

.aside .hot_wz h2 {
    font-size: 20px;
    text-align: center;
    margin: 5px 0 8px;
}

.formBox {
    padding: 27px;
    font-size: 0;
    width: 946px;
    background: #fff;
    border-radius: 15px;
}

.formBox .inpBox {
    text-align: left;
    display: inline-block;
    border-radius: 5px;
    width: 456px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    padding-left: 30px;
    color: #888;
    background: #f4f3f5;
    border: 1px solid #e3e6e8;
    box-sizing: border-box;
    margin: 8px;
}

.formBox .inpBox input {
    border: none;
    outline: none;
    padding-left: 30px;
    width: 340px;
    height: 56px;
    line-height: 56px;
}

.formBox .inpBox input[type="text"] {
    color: #333;
}

.formBox .inpBox label input[type="radio"] {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    background: none;
    border: none;
    background: #fff;
    border: 1px solid #b8b8b6;
    padding: 0;
    vertical-align: sub;
    margin: 0 5px 0 20px;
}

.formBox .inpBox label input[type="radio"]:checked {
    background: #5099dd url(../images/check_gou.png) no-repeat center;
    background-size: 16px 13px;
    border: none;
}

.formBox .inpBox label:first-child input[type="radio"] {
    margin-left: 30px;
}

.formBox .inpBox label {
    color: #333;
}

.formBox .inpBox.long {
    width: 928px !important;
}

.formBox a {
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 456px;
    margin: 20px 8px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #7aa3e7;
    border-radius: 6px;
}

.formBox a.ds {
    background: #eab262;
    margin: 20px 8px;
}

.formBox a img {
    width: 106px;
    height: 25px;
    margin: 17px auto 0;
}

.flex {
    padding: 25px;
    background: #fff;
}

.flex h2.hot_wz {
    font-size: 24px;
}

.sec_tw_Box {
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.sec_tw_Box li {
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
    padding: 20px 0;
}

.sec_tw_Box li img {
    width: 170px;
    height: 130px;
    border-radius: 3px;
}

.sec_tw_Box li .fr {
    width: 440px;
}

.sec_tw_Box li h2 {
    font-size: 22px;
    color: #444;
    padding: 2px 0 0;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    margin-bottom: 10px;
}

.sec_tw_Box li p {
    font-size: 16px;
    color: #aaa;
    line-height: 23px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sec_tw_Box li span {
    display: block;
    font-size: 14px;
    color: #ccc;
    padding-top: 30px;
}

.web_nav {
    background: none !important;
    font-size: 15px;
    display: flex;
    height: 95px;
    overflow: hidden;
    /* margin-top: 45px !important; */
}

.web_nav .head {
    text-align: center;
    display: inline-block;
    padding: 4px 8px;
    background: #d6e5f2;
    color: #88a9c8;
    width: 40px;
    border-radius: 3px;
}

.web_nav .web_nav_item {
    padding: 6px;
    background: #fff;
    margin: 0 0 0 10px;
    border-radius: 5px;
}

.web_nav .fl {
    margin-right: 15px;
    /*background: #cedaff;*/
    color: #4f4f4f;
    border-radius: 3px;
    padding: 2px 0px;
    float: none;
    font-size: 18px;
    font-weight: bold;
}

.web_nav .web_nav_item:nth-child(2) .fl {
    color: #418cd1;
}

.web_nav .web_nav_item:nth-child(3) .fl {
    color: #ec5c5c;
}

.web_nav .web_nav_item:nth-child(4) .fl {
    color: #f5953f;
}

.web_nav a {
    display: inline-block;
    line-height: 28px;
    margin-right: 11px;
    font-size: 15px;
    color: #666;
    padding-left: 9px;
}

.friend_links {
    overflow: hidden;
    font-size: 15px;
    background: none !important;
    max-width: 1000px;
    margin: auto;
    border-radius: 3px;
    color: #94959a;
    text-align: left;
}

.friend_links a {
    font-size: 15px;
    margin: 0 20px 0 0;
    color: #bcbec2;
    line-height: 26px;
    display: inline-block;
}

.web_nav a:hover,.friend_links a:hover {
    text-decoration: underline;
}

.pageNum {
    margin: 35px 0 20px;
    text-align: center;
}

.pageNum a {
    display: inline-block;
    box-sizing: border-box;
    margin: 4px;
    height: 34px;
    padding: 0 16px;
    line-height: 34px;
    color: #777;
    border-radius: 4px;
    background: #f0f0f0;
    border: 1px solid #fff;
    font-size: 16px;
}

.pageNum a:hover {
    color: #5099dd;
    border: 1px solid #5099dd;
    background: none;
    box-sizing: border-box;
}

.pageNum a.active {
    background: #5099dd;
    color: #fff;
    border: none;
    color: #fff;
}

.pageNum a.active:hover {
    text-decoration: none;
}

.pageNum .skip {
    font-size: 16px;
    color: #555;
    margin-left: 30px;
}

.pageNum .skip select {
    border: none;
    background: none;
    outline: none;
    width: 55px;
    height: 34px;
    padding: 0 0 0 8px;
    line-height: 34px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

.pageNum .skip option {
}

.pageNum p {
    font-size: 16px;
    color: #aaa;
    padding-top: 10px;
}

.pageNum p span {
    color: #333;
}

.moreItem {
}

.moreItem {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 42px 0 0px;
    color: #5099dd;
    font-size: 16px;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,1) 100%);
    cursor: pointer;
}

.hideItem {
    display: none;
}

.toTop img {
    width: 40px;
    height: 40px;
}

@media (min-width: 1000px) {
    .toTop {
        position: fixed;
        z-index: 99;
        left: 50%;
        bottom: 100px;
        margin-left: 520px;
        display: none;
    }
}

.pick-area {
    font-size: 16px !important;
    margin-left: 12px !important;
    vertical-align: -webkit-baseline-middle !important;
    vertical-align: middle !important;
}

.pick-show {
    border: none !important;
}

.hide {
    display: none;
}

/*娉ㄥ唽鏍峰紡*/
.float_box {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    padding: 0;
    box-sizing: border-box;
    display: none;
}

.form_box {
    width: 420px;
    height: 500px;
    position: absolute;
    text-align: center;
    border-radius: 6px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff url(../images/login/f_b0g.png) 0 bottom no-repeat;
    font-size: 15px;
}

.form_box h3 {
    color: #469dff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 18px 0 10px;
}

.form_box a.close {
    position: absolute;
    right: 15px;
    bottom: -80px;
    width: 48px;
    height: 48px;
    background: url(../images/closeIcon.png) no-repeat;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.form_box ul {
    /* padding-right:14px; */
}

.form_box ul li {
    padding: 9px 0;
    width: 326px;
    margin: 14px auto;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #f1f1f1;
    font-size: 17px;
    /* color: #333; */
}

.form_box ul li:last-child {
    background: none;
    border: none;
}

.form_box ul li span {
    display: inline-block;
    *float: left;
    width: 98px;
    text-align: right;
    color: #989898;
}

.form_box ul li input {
    background: none;
    border: none;
}

.form_box ul li input {
    height: 34px;
    line-height: 34px;
    /* background: #fff; */
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    *vertical-align: middle;
    /* padding-left: 7px; */
    width: 210px;
    font-size: 16px;
}

.form_box ul li .reg_btn {
    width: 270px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    color: #fff;
    /* border: 1px solid #bf8f2b; */
    background: #509bee;
    margin-left: 15px;
    cursor: pointer;
    font-size: 18px;
}

/*.form_box ul li .reg_btn:hover{background:url(../images/login/f_btn_bg_hover.jpg) repeat-x;}
*/
.form_box ul li p {
    color: #ca4545;
    font-size: 14px;
    margin: -6px 0 11px;
    height: 14px;
}

.form_box ul li p.tips {
    background: none;
    border-radius: 0;
    text-indent: 0;
    padding: 0;
    line-height: auto;
    color: #ff4242;
    font-size: 14px;
    margin: -6px 0 11px;
    height: 14px;
}

.form_box ul li .yzm {
    display: block;
    display: inline-block;
    position: absolute;
    right: 53px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    border-radius: 4px;
    background: #fcd48b;
    color: #a68834;
}

.form_box ul li .yzm:hover {
    background: #ffcf78;
    color: #a68834;
}

.form_box p {
    color: #b2b2b2;
    font-size: 16px;
    margin-top: 2px;
}

.form_box p a {
    color: #509bee;
    /* font-weight: bold; */
    font-size: 16px;
}

.form_box p a:hover {
    text-decoration: underline;
}

/*鐧诲綍鏍峰紡*/
.form_box.login_box {
    height: 380px;
    background: #fff;
}

.login_box p.log_tip {
    margin: 20px 0 25px;
    float: right;
}

.login_box p.log_tip span {
    width: 144px;
    color: #ca4545;
    text-align: center;
}

.login_box p.log_tip a {
    margin-left: 48px;
    color: #bcbcbc;
    font-weight: normal;
}

.login_box p.log_tip a:hover {
    background: none;
}

/*鎵惧洖瀵嗙爜鏍峰紡*/
.form_box.findpw {
    height: 515px;
}

.form_box.findpw p {
    padding-top: 2px;
}

.form_box.findpw p a {
    padding: 0 13px;
}

.tyForm {
    width: 1000px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    background: #e9e9e9;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding-bottom: 20px;
}

.tyForm .inl {
    position: relative;
}

.tyForm .fl,.tyForm .fr {
    position: absolute;
    right: 24px;
    top: 8px;
}

.tyForm .sx {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    font-style: normal;
    font-size: 22px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #e3595b;
    border-radius: 48px;
}

.tyForm .sx:before {
    display: block;
    content: "";
    position: absolute;
    left: -10px;
    width: 7px;
    height: 48px;
    background: url(../images/nhicon.png) no-repeat center;
    background-size: 7px 14px;
}

.tyForm .inpBox {
    display: inline-block;
    text-align: left;
    width: 275px;
    padding-left: 14px;
    margin: 6px 8px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #ced3d6;
    background: #fff;
    color: #777;
}

.tyForm .inpBox input {
    width: 210px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    color: #333;
}

.tyForm input[type="radio"] {
    display: block;
    padding: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
    background: #e6e6e6;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
}

.tyForm input[type="radio"]:checked {
    border-radius: 0;
    background-size: 22px 18px;
    border: none;
    background: url(../images/form_tic_red.png) no-repeat 11px 15px;
}

.tyForm label {
    cursor: pointer;
    display: inline-block;
    margin: 8px 4px 0 8px;
    border-radius: 30px;
    position: relative;
}

.tyForm label.active {
    background: #e3595b;
}

.tyForm label span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #555;
}

.tyForm label.active span {
    color: #fff;
}

.tyForm label.inpm input,.tyForm label.inpm span {
    width: 45px;
}

.tyForm label.inpm input[type="radio"]:checked {
    background-position: 26px 15px;
}

.tyForm .inl:nth-child(3) .inpBox {
    width: 240px;
    margin-left: 20px;
}

.tyForm .qm_btn {
    color: #fff;
    margin-top: 13px;
    width: 380px;
    height: 50px;
    line-height: 50px;
    border-radius: 48px;
    background: #e3595b;
    font-size: 20px;
}

form select {
    border: none;
    background: none;
    color: #333;
    margin-left: 15px;
    width: 185px;
    height: 46px;
    line-height: 46px;
}

form select option {
    color: #333;
}

form select:invalid {
    color: #bbb;
}

/**/
.xgTC {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
}

.xg {
    width: 500px;
    margin-left: -270px;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 50%;
    background: #fff;
    border-radius: 10px;
}

.xg h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}

.xg h3 span {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.xg ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.xg ul li {
    cursor: pointer;
    flex: 100px;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    margin: 7px 10px;
    background: #e8e8e8;
    font-size: 18px;
    text-align: center;
    color: #666;
}

.xg ul li.active {
    background: #5099dd;
    color: #fff;
}

.xg .btn {
    display: block;
    width: 68%;
    margin: 18px auto 10px;
    border-radius: 6px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background: #eab262;
    color: #fff;
    font-size: 18px;
}

.moreBlock {
    display: block;
    float: right;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    color: #949494;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.moreBlock span {
    font-size: 15px;
    color: #636363;
}

a.moreBlock:hover {
    background: #f0f0f0;
}

.sec_tw_Box .moreBlock {
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 16px;
    background: #7baad7;
    border: none;
    color: rgba(255,255,255,.59);
    font-weight: 400;
}

.sec_tw_Box .moreBlock:hover {
    background: #689bcc;
}

.sec_tw_Box .moreBlock span {
    font-size: 18px;
    color: #fff;
}

.hotwz_box {
    margin-top: 20px;
    /* height: 360px; */
}

.hotwz_box:after{ clear: both;content: " ";display: block;font-size: 0;height: 0;overflow: hidden;visibility: hidden;}

.hotwz_box .moreBlock {
    margin-right: 20px;
}

.type_item {
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}

.moreItem1 {
    text-align: center;
    color: #5099dd;
    font-size: 16px;
    background: linear-gradient(0deg, #fff, #ffffff82);
    padding-top: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.moreItem1 img {
    margin: 0 auto;
    width: 15px;
    height: auto;
}

.loading_cont {
    display: none;
}

.loading_cont img {
    width: 30px;
    height: auto;
    margin: 0 auto;
}

/*瀛愭爮鐩鑸�*/
.kind {
    width: 1000px;
    padding: 20px 20px 10px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 4px;
}

.kind ul {
    font-size: 0;
    width: 970px;
}

.kind li {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #999;
    margin: 0 10px 10px 0;
    font-size: 16px;
}

.kind li a {
    color: #999;
}

.kind li:nth-child(4n) {
    border-color: #58c9fe;
}

.kind li:nth-child(4n) a {
    color: #58c9fe;
}

.kind li:nth-child(4n+1) {
    border-color: #60c7a8;
}

.kind li:nth-child(4n+1) a {
    color: #60c7a8;
}

.kind li:nth-child(4n+2) {
    border-color: #ff91a6;
}

.kind li:nth-child(4n+2) a {
    color: #fe7581;
}

.kind li:nth-child(4n+3) {
    border-color: #ffc84f;
}

.kind li:nth-child(4n+3) a {
    color: #ffb94f;
}

.kind li a:hover {
    text-decoration: underline;
}

/*鏃ユ湡鎻掍欢*/
.dw-bubble .dw {
    width: 280px;
}

.dw-bubble .dw-li {
    font-size: 16px;
}

.dw-bubble .dwwr {
    padding-bottom: 40px;
    padding-top: 0;
}

.dw-bubble .dwbc {
    top: auto;
    bottom: 0;
    border-bottom: 0;
}

.dw-bubble .dwbw {
    float: none;
}

.dw-bubble .dwb-s .dwb {
    background: #7aa3e7;
    color: #fff;
    padding: 0 40px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
    border-radius: 5px;
    font-size: 14px;
}

.lj_tw {
    display: block;
    font-size: 0;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

.lj_tw .inl {
    display: inline-block;
    vertical-align: middle;
}

.lj_tw .tit {
    width: 475px;
    position: relative;
}

.lj_tw img {
    width: 100px;
    height: 75px;
    margin-right: 12px;
    border-radius: 5px;
}

.lj_tw h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #7e4d3a;
}

.lj_tw p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.5;
}

.lj_tw .more {
    position: absolute;
    right: 0;
    top: 5px;
    color: #21a4ff;
    font-size: 14px;
    padding-right: 13px;
    background: url(https://m.hmz.com/static/new/images/lj_tw_more.png) no-repeat right center;
    background-size: 10px;
}

.ban {
    margin: 20px 0;
}

.ban img {
    border-radius: 5px;
}
