
/* ===========
	工具样式
   =========== */

.pull-right{
    float: right !important;
}

.pull-left{
    float: left !important;
}

/* ==============
	自定义页面样式
   ============== */
html,body{
    height: 100%;
}
body{
    font-size: 12px;
    line-height: 22px;
    background: #f2f2f2;
}

/*弹窗提交样式*/
.tc {
    display: none;
    width: 900px;
    height: 399px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}
.tc .tc-left {
    width: 248px;
    height: 410px;
    background: rgba(1, 159, 255, 1);
    border-radius: 10px 0px 0px 10px;
}

.tc .tc-left img{
    padding-left: 30px;
    padding-top: 37px;
}


.tc .tc-left div{
    padding-left: 30px;
    padding-top: 37px;
}
.tc .tc-left div h1{
    font-size: 23px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 64px;
}

.tc .tc-left div p{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;

    height: 24px;
    /*line-height: 24px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.tc .tc-right {
    width: 652px;
}

.tc .tc-right .txt-left {
    width: 399px;
    padding: 50px 0 0 0;
}

.tc .tc-right .txt-left .txt-left-left {
    width: 90px;
    height: 211px;
    margin: 0 0 50px 30px;
    /*padding: 50px 0 50px 30px;*/
}

.tc .tc-right .txt-left .txt-left-right {
    width: 279px;
    height: auto;
}

.txt-left .txt-left-right textarea{
    width: 249px;
    height: 211px;
}
.txt-left .txt-left-right p{
    width: auto;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 76, 27, 1);
    line-height: 56px;
}
.txt-left .txt-left-right button{
    margin-top: 10px;
    width: 249px;
    height: 41px;
    background: rgba(1, 159, 255, 1);
    border-radius: 5px;
}

.txt-left-left span {
    width: 63px;
    height: 15px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 56px;
}

.tc .tc-right .txt-right {
    width: 203px;
    height: 211px;
    padding: 50px 50px 50px 0;
}



/* 网站头部 */



/* start header */
.lay-blog .header{
    position:relative;
}
.lay-blog .header-wrap{
    height: 90px;
    width: 900px;
    margin: 0 auto;
    /*padding: 13px 6px;*/
}
.lay-blog .header{
    height: 90px;
    width: 100%;
    margin-bottom: -10px;
    line-height:90px;
    background: #ffffff;
}
.lay-blog .logo-img{
    height:64px;
    padding: 13px 6px;
}
.lay-blog .blog-seach{
    padding:30px 0 0 85px;
}
.lay-blog .blog-sewrap{
    margin-bottom: 0px;
}
.lay-blog .blog-sebox{
    position:relative;
    margin-left: 0;
    min-height: auto;
}
.lay-blog .blog-seach i{
    position: absolute;
    color:#fff;
    width: 25px;
    height: 27px;
    line-height:27px;
    top: 9px;
    left: 15px;
    font-size: 20px;
    cursor: pointer;
}
.lay-blog .blog-seach input{
    padding-left:50px;
    width: 367px;
    height:45px;
    line-height:45px;
    background:transparent;
    border: 1px solid rgba(255,255,255,.15);
    font-size:16px;
    color: #fff;
}
.lay-blog .blog-seach input.layui-input:hover{border-color: rgba(255,255,255,.5) !important ;}

.lay-blog .blog-nav ul{
    background:transparent;
    padding-left:0px;
    padding-right: 20px;
}
.lay-blog .blog-nav ul li{
    line-height: 90px;
}
.lay-blog .blog-nav ul li a{
    font-size: 16px;
    padding: 0 34px;
    color: #333333;
}
.lay-blog .blog-nav ul li.layui-this a{
    color: #019FFF;
}

.lay-blog .blog-nav ul li a:hover {
    color: #019FFF;
}
.lay-blog .blog-nav ul li.layui-this:after,
.lay-blog .layui-nav-bar{
    display: none;
    background: #ffffff;
}

.lay-blog .blog-nav .personal{
    height:100px;
}
.lay-blog .blog-nav .personal i{
    color:#019FFF;
    font-size: 20px;
}
.lay-blog .blog-nav .personal:hover{
    color:#FFF;

}
.lay-blog .mobile-nav{
    display:none;
    padding:0 20px;
}
.lay-blog .mobile-nav i{
    font-size: 40px;
    color: #fff;
}
.lay-blog ul.pop-nav{
    width:100%;
    line-height:60px;
    position:absolute;
    left:0px;
    top:100px;
    text-align:center;
    background:#1e9fff;
    display:none;
    z-index: 2;
}
.lay-blog ul.pop-nav  li{
    border-top: 2px solid rgba(255,255,255,0.08);
}
.lay-blog ul.pop-nav li a{
    display:block;
    height:100%;
    width:100%;
    font-size:20px;
    color:#fff;
}

@media only screen and (max-width:  900px) {
    .lay-blog .blog-seach{
        display:none;
    }

}
@media only screen and (max-width:  750px) {
    .lay-blog .blog-nav{
        display:none;
    }
    .lay-blog .mobile-nav{
        display:block;
    }
    .lay-blog .header-wrap{
        padding:0 20px 0 40px;
    }
    .lay-blog ul#pop-nav{
        display:none;
    }
}
@media only screen and (min-width:  750px) {
    .lay-blog ul#pop-nav{
        display:none !important;
    }
}

/* end header */
.fix-header {
    position: fixed !important;
    z-index: 9999998;
    top: 0;
    left: 0;
}
.fix-p-nav {
    position: fixed;
    z-index: 2;
    top: 90px;
    left: 0;
}
.p-nav-tabs{
    width: 100%;
    height: 40px;
    left: 0;
    background: rgba(1, 159, 255, 1);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.14);
}
.p-nav {
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
.p-nav li {
    margin-top: 3px;
    width: 108px;
    height: 37px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}
.p-nav li.layui-this {
    color: #019FFF;
    background: rgba(247, 247, 247, 1);
    border-radius: 5px 5px 0px 0px;
}
.p-nav li:hover {
    color: #019FFF;
    background: rgba(247, 247, 247, 1);
    border-radius: 5px 5px 0px 0px;
}
.p-nav li.layui-this:after {
    display: none;
}

.clear {
    clear: both;
}
.p-container{
    position: relative;
    width: 900px;
    /*margin: 0 auto;*/
    margin: 0 auto;
    min-height: 100%;
    height: auto;
    padding: 0 !important;
    overflow: hidden;
}

.p-container .p-banner{
    width: 900px;
    height: 100px;
}
.p-customer {
    position: relative;
    margin-top: 39px;
    width: auto;
    height: auto;
    min-height: 350px;
}
/*
.p-customer::after {
	display: block;
	clear: both;
}*/
.p-customer .p-customer-title{
    position: relative;
    /*margin-top: 39px;*/
    height: 35px;
    width: auto;
}

.p-customer .p-customer-content{
    position: relative;
    margin-top: 39px;
    width: auto;
    height: 300px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 21px 11px;
}

.p-customer-content img{
    position: relative;
    width: 299px;
    height: 298px;
    border-radius: 10px;
    float: left;
}

.p-customer-content-right{
    position: relative;
    width: 575px;
    height: 298px;
    border-radius: 10px;
    float: right;
}
.p-customer-content-right-left{
    width: 360px;
    position: relative;
    float: left;
}
.p-customer-content-right-left li{
    cursor: pointer;
    display: inline-block;
    width: 78px;
    height: 25px;
    border: 1px solid rgba(1, 159, 255, 1);
    border-radius: 5px;
    text-align: center;
}

.p-customer-content-right-left li:hover{
    color: #ffffff;
    background: rgba(1, 159, 255, 1);
}
.p-customer-content-right-left li.p-customer-active{
    display: inline-block;
    color: #ffffff;
    background: rgba(1, 159, 255, 1);
}

.input-wrap {
    padding-left:0;
    width: 240px;
    height: 34px;
    line-height: 28px;
}
.input-txt {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-word-aux{
    display: none;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 76, 27, 1);
    line-height: 36px;
}
.p-button {
    width: 240px;
    height: 41px;
    background: rgba(1, 159, 255, 1);
    border-radius: 5px;
    margin-top: -10px ;
}
.p-customer-content-input{
    width: 120px;
    height: 20px;
    margin: 5px;
    line-height: 34px;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid rgba(1, 159, 255, 1);
    background-color: #fff;
    /*border-radius: 2px;*/
}

.p-customer-content-right-left .label-txt{
    /*width: 60px;*/
    padding: 5px 10px;
    height: 15px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    /*line-height: 56px;*/
}

.p-customer-content-right-right{
    position: absolute;
    top: 11px;
    right: 24px;
    width: 180px;
    float: right;
}
.p-customer-remark{
    width: 180px;
    height: 33px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.p-customer-warning{
    padding-top: 18px;
    width: 182px;
    height: 200px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 76, 27, 1);
    line-height: 22px;
}
.p-customer-content-right-right .p-customer-warning p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
.p-customer-content-right-right .p-customer-footer{
    margin-top: 10px;
    height: 17px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 27px;
}
.p-customer-content-right-right .p-customer-footer a{
    width: 50px;
    height: 15px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(1, 159, 255, 1);
    line-height: 27px;
}

.p-package {
    margin-top: 39px;
    width: auto;
    height: auto;
    /*min-height: 340px;*/
    max-height: 2218px;
}

.p-package .p-package-title {
    width: 900px;
}
.p-package .p-package-content {
    height: auto;
}
.p-package .p-package-content .p-package-content-t1 {
    margin-top: 20px;
    height: 20px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    line-height: 31px;
}
.p-package .p-package-content  a{
    cursor: pointer;
}
.p-package .p-package-content .p-package-content-t2 {
    margin-top: 20px;
    height: 20px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    line-height: 31px;
}

.p-package .p-package-content .p-package-content-tspan {
    display: inline-block;
    text-align-last: justify;
    width: 60px;
}

.s-this{
    color: #019FFF;
}
.p-package .p-package-content a {
    margin-right: 20px;
}
.p-package .p-package-content a:hover {
    color: #019FFF;
}
.p-package-content-wrap{
    margin-top: 20px;
}

.p-package-content-item {
    width: 286px;
    height: 420px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 10px 10px;
    margin: 10px 7px;
}

.p-package-content-item img{
    width: 286px;
    height: 160px;
    border-radius: 10px 10px 0px 0px;
}

.p-package-content-item .p-package-tc{
    height: 49px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 49px;
    text-align: center;
    margin: 0 20px;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
}
.p-package-content-item .p-package-price{
    height: 49px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(255, 76, 27, 1);
    text-align: center;
    line-height: 49px;
}
.p-package-content-item .p-package-txt{
    margin: -15px 20px 0px 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}
.p-package-content-item .p-package-txt p{
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-package-content-item .p-package-btn{
    margin: 5px 61px 19px 61px;
    width: 164px;
    height: 41px;
    background: rgba(1, 159, 255, 1);
    border-radius: 5px;
}

.package_page {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.footer-txt {
    width: 283px;
    height: 109px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(254, 254, 254, 1);
    line-height: 31px;
    float: left;
    padding: 42px 28px;
}
.login_container {
    display: none;
    position: relative;
    width: 416px;
    height: 486px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12);
}

.login_container .h-login {
    text-align: center;
    height: 40px;
    padding: 20px 20px 5px 20px;
    /*margin-top: 10px;*/
}
.login_container .h-login i{
    font-size: 30px;
    color: #51C232;
    display: inline-block;
    vertical-align: middle;
}
.login_container .h-login span{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
    text-align: center;
}

.qrcode-wrapper {
    width: 230px;
    height: 230px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wx-tips {
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    text-align: center;
}

.footer-img{
    width: 93px;
    padding: 42px 28px;
    float: right;
}
/* 辅助 */
.lay-blog .container .count .layblog-this{color: #FF5722 !important;}

/* start container */
.lay-blog .container-wrap{max-height:2218px;height:auto;margin:0px auto 0;min-height:100%;/*padding:120px 0 160px 0;*/box-sizing: border-box;}
.lay-blog .container{width:1200px;margin:0 auto;}
.lay-blog .container h4{margin-bottom: 15px; line-height: 70px;background: #fff;font-size:16px;}
.lay-blog .container h4 p{padding-left:40px;color:#666666;}
.lay-blog .container h4 p i{font-size:26px;padding-right:10px;position:relative;top:3px;}

/*.lay-blog .container .item{margin-bottom: 15px; background: #fff; padding-top: 20px;}
.lay-blog .container .item .item-box{padding:0 35px 24px;font-size:14px;}
.lay-blog .container .item h3{line-height:36px;font-size:20px;}
.lay-blog .container .item h5{line-height: 38px;color:#a5a5a5;}
.lay-blog .container .item p{line-height:30px; padding-bottom: 10px;}
.lay-blog .container .item .comment{width: 100%; line-height: 56px; background: #f9f9f9; font-size: 14px; overflow:hidden;}
.lay-blog .container .item .comment a{display:inline-block;width:50%;text-align:center;float: left;}
.lay-blog .container .item .comment a+a{border-left:1px solid #efefef;margin-left:-1px;}*/
.lay-blog .container .item-btn{text-align:center;margin-top:20px;}


@media only screen and (max-width: 900px) {
    .lay-blog .container{width:100%; margin: 0 auto 70px;}
    .lay-blog .container .contar-wrap{padding: 0 10px 10px;}

    .lay-blog .container-wrap{padding-top: 110px;}
}
/* end container */

/*    height: 60px;
    margin-top: -60px;
    background: maroon;
*/

/* start foooter */ .lay-blog .footer{width: 100%;margin-top: 20px;
                        height: 192px;
                        background: rgba(42, 42, 42, 1);}
.lay-blog .footer span{padding: 0 5px;}
.lay-blog .footer a{color: #fff; color: rgba(255,255,255,0.5);}

/* end foooter */



/* start message*/

.container-message textarea{
    font-size:14px;
}
.lay-blog .container-message .item-btn{
    text-align: right;
}
.lay-blog .container-message .item-btn{margin-bottom: 50px;}
.lay-blog .container-message .info-item{font-size:14px;margin-bottom:66px;}
.lay-blog .container-message .info-img{cursor: pointer;float: left;padding-right:20px;}
.lay-blog .container-message .info-text{padding-left:88px;}
.lay-blog .container-message .title{overflow:hidden;margin-bottom:10px;}
.lay-blog .container-message .title .name{float: left; display: block; line-height: 38px; color:#787878;}
.info-intr{line-height: 24px;}
.lay-blog .container-message .title .info-img{float: right;color:#4b5a75;}
.lay-blog .container-message .title .info-img i{font-size: 24px;padding-right: 5px;position: relative;top: 4px;}
.lay-blog .container-message .paging{text-align:center;padding-top:30px;}
/* end message*/




/* start details */
.lay-blog .container-details .item{
    margin-bottom: 30px;
}
.lay-blog .container-details .comt{
    padding:0 20px;
    font-size: 18px;
    margin-bottom:90px;
}
.lay-blog .container-details .count{
    margin-top:35px;
    color:#999999;
    cursor: pointer;
}
.lay-blog .container-details .count i{
    margin-right:5px;
    position:relative;
    top:2px;
    cursor: pointer;
}
/* end details */



/* start about */
.container-about .item .item-box h3{
    margin-bottom:10px;
}
.container-about .item .item-box p{
    color:#6a6a6a;
    margin-bottom:20px;
}
/* end about */




/*start comment*/
.container-comment .btnbox{
    text-align: right;
    padding-top: 20px;
}
.container-comment .btnbox a{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
/*end comment*/


/*选项样式*/
.select {
    display: inline-block;
    width: 130px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #eee;
    text-shadow: none;
    border-radius: 4px;
    transition: box-shadow 0.25s ease;
    z-index: 2;
}

.select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 14px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}
.select select {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select:focus {
    outline: none;
}