@import url(base.css);









.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%
}


.mag_horizontal_50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mag_negative_50 {
    margin-left: -50px;
    margin-right: -50px;
}

.pad_horizontal_15 {
    padding: 0 15px;
}

.pad_horizontal_20 {
    padding: 0 20px;
}

.pad_right_15 {
    padding-right: 15px;
}

.ver_alingn_img {
    vertical-align: middle;
}

.invoking_show_1 {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 40px
}

.screen_box dl {
    border-bottom: 1px solid #d0d0d0;
    padding: 17px 0
}

.screen_box dl:last-child {
    border-bottom: 0
}

.screen_box dt,
.screen_box dd {
    float: left;
    color: #666;
    line-height: 24px;
    font-size: 16px;
}

.screen_box dt {
    padding-right: 10px;
    font-weight: 400;
}

.screen_box dd {
    padding: 0 0px;
    margin-top: 0px !important;
}

.screen_box dd a {
    border: 0;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 9px;
    line-height: 30px;
    color: #666;
    border-radius: 3px;
    display: block;
    float: left;

    text-align: center;
}

.screen_box dd a:hover,
.sort_on {
    background: #1e9ff9;
    color: #fff !important;
}

.screen_box dl dd {

    width: calc(100% - 60px);
}

.pc_templ_list_box ul {
    margin-left: -32px;
    margin-right: -32px;
}

.pc_templ_list_box li {
    float: left;
    width: 33.333%;
    padding: 40px 32px 0;
    text-align: center;
}

.pc_templ_box {
    padding: 12px 2px 2px 2px;
    background-image: url(../image/pc_template_bg.png);
    position: relative;
    color: #fff;
    font-size: 16px;
    min-height: 250px;
    height: 250px;
    overflow: hidden;
    background-repeat: no-repeat;
    border-bottom: 2px solid #e5e5e5;
    background-color: #e5e5e5;
}

.pc_templ_box .pc_shade {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
    display: none;
    padding-top: 105px;
    border-radius: 4px;
}

.pc_templ_box:hover .pc_shade {
    display: block;
}

.pc_shade>span {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #005bd9;
    border-radius: 10px;
    color: #fff;
}

.pc_shade i {

    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    line-height: 19px;
    background-image: url(../image/preview.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 19px;
}

.pc_templ_box img {
    min-height: 250px;
}

.pc_templ_list_box ul p {
    color: #555;
    font-size: 14px;
    padding-top: 16px;

}
.pc_templ_list_box ul p > span{

    display: block;
    line-height: 29px;

}
.wap_templ_list_box ul {
    margin-left: -57px;
    margin-right: -57px;
}

.wap_templ_list_box li {
    float: left;
    width: 25%;
    padding: 25px 57px;
    text-align: center;
}

.wap_templ_box {
    padding: 30px 7px 45px 7px;
    background: #ececec;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.wap_templ_box:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #fff;
    top: 10px;
    left: 76px;
    border-radius: 7px;
}

.wap_templ_box:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    bottom: 9px;
    left: 92px;
    border-radius: 100%;
}

.wap_templ_box>img {
    min-height: 343px;
max-height: 343px;
}

.wap_templ_box .wap_shade {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
    display: none;
    padding-top: 71px;
    border-radius: 10px;
}

.wap_shade p {
    padding-top: 13px;
    font-size: 14px;
    color: #fff;
    padding-bottom: 24px;
}

.wap_templ_box:hover .wap_shade {
    display: block;
}

.wap_shade>span {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #005bd9;
    border-radius: 8px;
    font-size: 16px;
}

.adapt_templ_list_box ul {
    margin-left: -32px;
    margin-right: -32px;
}

.adapt_templ_list_box li {
    float: left;
    width: 33.333%;
    padding: 40px 32px 0;
    text-align: center;
}

.adapt_templ_box {
    padding: 12px 2px 2px 2px;
    background-image: url(../image/pc_template_bg.png);
    position: relative;
    color: #fff;
    font-size: 16px
}

.adapt_shade {

    position: absolute;
    height: 139px;
    width: 80px;
    background-image: url(../image/mobi_templ_bg.png);
    background-size: 100%;
    padding: 10px 3px 3px 3px;
    right: -11px;
    bottom: -8px;
}

.adapt_shade img {

    border-radius: 0 0 10px 10px;
}

.adapt_templ_list_box ul p {
    color: #555;
    font-size: 14px;
    padding-top: 16px;
}







.navPage {
    clear: both;
    padding: 10px 0 20px 30px;
    text-align: center;
    font: 10px/16px arial, simsun, sans-serif;
    overflow: hidden;
}

.navPage a {
    display: inline-block;
    margin: 0 3px;
    background: #dcdcdc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.navPage a:hover,
a.pagebarCurrent {
    border: 0;
    background: #1e9ff9;
    color: #fff;
    text-decoration: none;
}


.screen_box dt {

    padding-right: 10px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
}

.search_input {

    line-height: 26px;
    font-size: 16px;
    text-indent: 10px;
    width: 240px;
    border-right: 0;
    vertical-align: top !important;
    border: 1px solid #cfcfcf;
}

.search_box_input #search_btn {
    cursor: pointer;
    background: #1e9ff9;
    color: #fff;
    font-size: 15px;
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
}

.color_box dd a {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 8px;
}

.color_box dd a:nth-child(1) {
    width: auto;
    height: auto;
    margin-top: 3px;
}

.color_box dd a:nth-child(2) {
    background: #000;
    position: relative;
    border: 1px solid #000;
}

.color_box dd a:nth-child(2):after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 18px;
    top: 0;
    right: 0px;
}

.color_box dd a:nth-child(3) {
    background: #1e9ff9;
}

.color_box dd a:nth-child(4) {
    background: #37f346;
}

.color_box dd a:nth-child(5) {
    background: #f9fe2c;
}

.color_box dd a:nth-child(6) {
    background: #f63717;
}

.color_box dd a:nth-child(7) {
    background: #9a17f6;
}

.tabs-box .am-nav-tabs>li {
    margin-bottom: 0
}

.tabs-box .am-nav-tabs {
    border-bottom: 0
}

.tabs-box .am-nav-tabs>li.am-active>a,
.tabs-box .am-nav-tabs>.tabs-box li.am-active>a:focus,
.tabs-box .am-nav-tabs>li.am-active>a:hover {
    background: #1e9ff9;
    color: #fff !important;
    border: 0
}

.tabs-box .am-tabs-bd {
    border: 0
}

.tabs-box .am-tabs-bd div a {
    margin-right: 5px
}

.tabs-box .am-tabs-bd .am-tab-panel {
    padding: 0;
    margin-top: 6px;
}

.wap_shade img {
    border: 4px solid #fff;
}

@media screen and (max-width: 1024px) {
    .invoking_show_1{
            max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
  .pc_templ_list_box li {
    width: 50%;
}
.wap_templ_list_box li{ width:44%;}
}
@media screen and (max-width: 480px) {
    body {width:100vw;}
.invoking_show_1 {padding:20px;}
.screen_box dl {padding:10px 0;}
.screen_box dt {width:100%;}
.screen_box dl dd {width:100%;}
.search_box_input_box dt {display:none;}
.screen_box dd a {padding:0px 6px;}
.pc_templ_list_box li {width:100%;box-sizing:border-box;padding:10px;}
.navPage a {margin:4px 3px;}
.pc_templ_list_box ul {margin:0;}
input[type="button"],input[type="submit"],input[type="reset"],input{-webkit-appearance:none;border-radius: 0; }
textarea {-webkit-appearance:none;}
.search_input{height:30px;}

}