body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes toDown {
    from { transform: translate3d(0, -80px, 0); }
    to { transform: translate3d(0, 0, 0); }
}
.clear {
    clear: both;
}
.header {
    height: 112px;
    background-color: #101010;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
}
.header .logo {
    display: inline-block;
    float: left;
    margin-top: 20px;
}
.header .logo img {
    width: 207px;
    height: 71px;
    animation: ease toDown 1s;
}
.header .title {
    margin-left: 180px;
    margin-top: 28px;
    animation: ease flipInY 1s;
}
.header .search {
    margin-top: 26px;
    float: right;
    cursor: pointer;
}
.notice {
    background-color: #534E4A;
    height: 48px;
    color: #fff;
    font-size: 14px;
}
.notice-left {
    line-height: 48px;
    background: url("../img/i-notice.png") no-repeat 8px center #534E4A;
    padding-left: 30px;
    float: left;
}
.notice-right {
    float: left;
    width: 900px;
    line-height: 48px;
}
.main {
    padding-top: 30px;
    background-color: #2D2A25;
}
.crown-main {
    background-color: #2D2A25;
}
.main .list {
}
.main .list li {
    width: 320px;
    height: 245px;
    margin: 0 20px 28px 0;
    background-color: #403B37;
    text-align: center;
    border-radius: 1px;
    overflow: hidden;
    float: left;
    transition: transform .3s ease;
    transform: translate3d(0, 0, 0);
}
.main .list li:hover {
    transform: translate3d(0, -10px, 0);
}
.main .list li:hover .links a {
    background-color: #E5C980;
    color: #101010;
}
.main .list li:nth-child(3n + 3) {
    margin-right: 0;
}
.main .list li img {
    width: 320px;
    /* height: 200px; */
}
.main .list li .list-img {
    width: 320px;
    height: 161px;
    display: block;
}
.main .list-name {
    color: #fff;
}
.main .list li .links {
    margin-top: 6px;
}
.main .list li .links .offer-btn {
    width: 93px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    display: inline-block;
    background-color: #5C5C5C;
    margin: 2px 4px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    transition: background-color .3s ease;
    cursor: pointer;
}
.prompt {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 20px 0;
}
.nav {
    background-color: #101010;
}
.nav .nav-left {
    float: left;
    width: 528px;
    margin-bottom: 20px;
}
.nav .nav-left a .nav-logo {
    width: 45px;
    height: 45px;
    background-image: url("../img/links-icons.png");
    background-repeat:  no-repeat;
    float: left;
    margin-right: 4px;
    transition: background-position .3s ease;
    margin-top: -8px;
}
.nav .nav-left a:first-child .nav-logo {
    background-position: 0 0;
}
.nav .nav-left a:nth-child(2) .nav-logo {
    background-position: 0 -45px;
}
.nav .nav-left a:nth-child(3) .nav-logo {
    background-position: 0 -90px;
}
.nav .nav-left a:nth-child(4) .nav-logo {
    background-position: 0 -135px;
}
.nav .nav-left a:nth-child(5) .nav-logo {
    background-position: 0 -175px;

}
.nav .nav-left a:nth-child(6) .nav-logo {
    background-position: 0 -220px;
}
.nav .nav-left a:hover {
    background-color: #ff6c00;
}
.nav .nav-left a:hover:nth-child(1) .nav-logo {
    background-position: -45px 0;
}
.nav .nav-left a:hover:nth-child(2) .nav-logo {
    background-position: -45px -45px;
}
.nav .nav-left a:hover:nth-child(3) .nav-logo {
    background-position: -45px -90px;
}
.nav .nav-left a:hover:nth-child(4) .nav-logo {
    background-position: -45px -135px;
}
.nav .nav-left a:hover:nth-child(5) .nav-logo {
    background-position: -45px -175px;
}
.nav .nav-left a:hover:nth-child(6) .nav-logo {
    background-position: -45px -220px;
}
.nav .nav-left a {
    float: left;
    width: 166px;
    height: 90px;
    background-color: #403B37;
    margin-top: 20px;
    margin-right: 10px;
    color: #fff;
    padding: 28px 10px;
    box-sizing: border-box;
    transition: background-color .3s ease;
}
.nav .nav-left a span {
    display: block;
    font-size: 14px;
}
.nav .nav-left a span:last-child {
    font-size: 12px;
}
.nav .nav-right {
    float: left;
    width: 415px;
    height: 190px;
    border: 3px solid #403B37;
    background-color: #403B37;
    margin-top: 20px;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
}
.nav .nav-right ul {
    font-size: 12px;
    position: absolute;
}
.nav .nav-right ul li {
    height: 26px;
    line-height: 26px;
}
.nav .nav-right ul span:first-child, .nav .nav-right ul span:nth-child(3) {
    color: #ff9c00;
}
.nav .nav-right ul span:first-child {
    margin: 0 20px;
}
.nav .nav-right ul span:nth-child(2) {
    color: #fff000;
}
.nav .nav-right ul span:nth-child(3) {
    margin: 0 6px;
}
.nav .nav-right ul span:nth-child(4) {
    color: #fff;
    margin-left: 14px;
}
.footer {
    background-color: #101010;
    border-top: solid 1px #323232;
    overflow: hidden;
}
.footer .links {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.footer .links a {
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.fixed {
    position: fixed;
    right: 0;
    top: 220px;
    width: 100px;
    height: 302px;
    border-radius: 9px;
    background: url("../img/xf-right.png") no-repeat center #c83434;
}
.fixed .domain {
    height: 54px;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
}
.fixed .service, .fixed .register, .fixed .download {
    color: #5e5e5e;
    height: 100px;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    box-sizing: border-box;
    display: block;
}
.fixed .service i, .fixed .register i, .fixed .download i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #c83434;
    background-position: center;
}
.fixed .service i {
    background-image: url("../img/call.png");
    background-size: 28px;
}
.fixed .register i {
    background-image: url("../img/acount.png");
    background-size: 18px;
}
.fixed .download i {
    background-image: url("../img/phone.png");
    background-size: 24px;
}
.fixed .close {
    width: 60px;
    height: 20px;
    display: block;
    background-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .5);
}
.mask .main {
    width: 687px;
    height: 460px;
    border: 4px solid #353535;
    background-color: #212121;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.search-form {
    display: none;
}
.mask .logo {
    margin-top: 20px;
}
.search-form h4 {
    font-size: 20px;
    margin: 30px 0 0;
    color: #fff;
}
.search-form .account {
    margin-top: 30px;
    text-align: left;
}
.search-form .select {
    margin-top: 30px;
    text-align: left;
}
.search-table {
    width: 80%;
    margin: 10px auto;
    display: none;
}
.search-table td {
    word-break: break-all;
    border: 1px solid #424242;
    color: #fff;
    padding: 6px 0;
}
.model label {
    width: 250px;
    display: inline-block;
    text-align: right;
    color: #fff;
    margin-right: 10px;
}
.model .account input, .model .captcha input, .model .account2 input {
    width: 300px;
    height: 36px;
    padding: 0 4px;
    box-sizing: border-box;
}
.search-form select {
    width: 300px;
    height: 36px;
}
.model .submit {
    outline: none;
    width: 207px;
    height: 48px;
    background: url("../img/btn-submit.png") no-repeat center rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
.mask .close {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 124px;
    height: 124px;
    background: url("../img/i-close.png") no-repeat top right;
    cursor: pointer;
}
.submit-application {
    display: none;
}
.submit-application .application {
    text-align: left;
    margin-top: 30px;
}
.submit-application .info span {
    color: #ffea00;
    margin-right: 10px;
}
.submit-application .info a {
    color: #fff;
    font-size: 12px;
}
.submit-application .account {
    margin-top: 30px;
}
.submit-application .account2 {
    margin-top: 30px;
}
.submit-application .captcha {
    margin-top: 30px;
}
.submit-application .captcha-right {
    width: 300px;
    display: inline-block;
    position: relative;
}
.submit-application .captcha img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    cursor: pointer;
}
.submit-application .submit {
    outline: none;
    background: url("../img/btn-submit2.png") no-repeat center rgba(0, 0, 0, 0);
}
.item h1 {
    text-align: center;
    color: rgb(220, 206, 138);
    font-size: 30px;
}
.item .details {
    background-color: #403B37;
    color: #fff;
    padding: 30px;
    margin-top: 20px;
}
.item-application {
    margin-top: 20px;
    background-color: #403B37;
    color: #fff;
    padding: 20px;
}
.item-application .info, .item-application .account, .item-application .captcha, .item-application .account2 {
    margin-top: 20px;
}
.item-application label {
    display: inline-block;
    width: 240px;
    text-align: right;
}
.item-application input {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    border: none;
    width: 250px;
    padding: 0 4px;
}
.item-application .captcha-right {
    display: inline-block;
    position: relative;
}
.item-application .captcha-right img {
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.tips {
    background-color: #403B37;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 12px;
}
.tips p {
    margin-bottom: 10px;
}
.tips .btn {
    margin: 30px 0;
}
.tips .btn a:first-child {
    margin-right: 20px;
}
.item-submit {
    margin-top: 20px;
    padding-left: 250px;
}
.item-submit button {
    background-color: #d90002;
    border-color: #d90002;
}
.item-btn {
    display: inline-block;
    line-height: 39px;
    background-color: rgba(197, 172, 102, 0.68);
    border: 1px solid rgba(197, 172, 102, 0.68);
    height: 39px;
    padding: 0 30px;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
.item-application .info .title {
    color: #d90002;
}
.loading {
    text-align: center;
    color: #fff;
    padding-top: 60px;
    box-sizing: border-box;
}

.m-title, .m-search , .m-list-img, .m-title-link, .m-nav-left, .item .m-details {
    display: none;
}

@media screen and (max-width: 769px) {
    .wrapper {
        width: 100%;
    }
    .header {
        height: 60px;
    }
    .header .logo {
        width: 80px;
        margin-top: 14px;
        margin-left: 10px;
        float: left;
    }
    .header .logo img {
        width: 100%;
        height: auto;
    }
    .main .list {
        padding: 10px;
    }
    .m-title {
        display: block;
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-left: 5%;
    }
    .m-search {
        display: block;
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-left: 5%;
    }
    .notice {
        height: 34px;
    }
    .notice-left {
        line-height: 34px;
    }
    .notice-right {
        width: calc(100% - 100px);
        line-height: 34px;
    }
    .main {
        padding-top: 0;
        margin-top: 0;
    }
    .main .list li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        padding: 4px;
        box-sizing: border-box;
    }
    .main .list-name {
        display: none!important;
    }
    .m-list-img {
        display: block;
    }
    .main .list li img {
        width: 100%;
        height: 5rem;
    }
    .main .list a {
        color: #fff;
        font-size: 14px;
        display: inline-block;
    }
    .prompt {
        text-align: left;
        padding: 10px 10px;
        color: #c2aa92;
    }
    .m-nav-left {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .m-nav-left div {
        width: 75%;
        margin: 0 auto;
    }
    .m-nav-left img {
        width: 100px;
        margin: 10px auto;
    }
    .m-nav-left div a {
        float: left;
        width: 45%;
        height: 30px;
        line-height: 30px;
        color: #fff;
        border: 1px solid #4A4A4A;
        margin: 2%;
        background-position: 16% center;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 10%;
        box-sizing: border-box;
        font-size: 14px;
    }
    .m-nav-left div a:first-child {
        background-image: url("../img/i-1.png");
    }
    .m-nav-left div a:nth-child(2) {
        background-image: url("../img/i-2.png");
    }
    .m-nav-left div a:nth-child(3) {
        background-image: url("../img/i-3.png");
    }
    .m-nav-left div a:nth-child(4) {
        background-image: url("../img/i-4.png");
    }
    .nav-left {
        display: none;
    }
    .fixed, .nav-right, .header .title, .header .search, .footer .links, .list-img, .main .list li .links .offer-btn1, .item .details {
        display: none!important;
    }
    .model .main {
        width: 90%;
    }
    .model .main .content {
        width: 96%;
        margin: 0 auto;
    }
    .search-form .account, .search-form .select, .submit-application .account, .submit-application .captcha {
        margin-top: 14px;
    }
    .model label {
        margin-bottom: 4px;
        width: auto;
    }
    .item {
        margin: 0 10px;
    }
    .item h1 {
        padding-top: 10px;
    }
    .item .m-details {
        display: block;
        background-color: #403B37;
        color: #fff;
        margin-top: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .item-btn {
        padding: 0 10px;
    }
    .item-application, .tips {
        margin: 0 10px;
        padding: 10px;
    }
    .item-application label {
        width: auto;
    }
    .item-submit {
        padding: initial;
        text-align: center;
    }
    .tips {
        padding-bottom: 10px;
    }
    .search-table {
        width: 100%;
    }
}
