    @charset "utf-8";
    @font-face {
        font-family: "UKIJ Tor";
        font-style:  normal;
        font-weight: normal;
        src: local("UKIJ Tor"),
        url(/ug/Static/UKIJTor.ttf) format("opentype"); /* non-IE */
        url(/ug/Static/UKIJTor.ttf) format('embedded-opentype'),
    }
    @font-face {
        font-family: "UKIJ Tor";
        src: local("UKIJ Tor"), url(/ug/Static/UKIJTor.ttf) format("opentype"); /* non-IE */
    }
    * {word-wrap : break-word; word-break : keep-all;}
    body,td,th,div {word-wrap:break-word;}
    a:link {color:#252923;text-decoration: none;}
    a:visited {	text-decoration: none;	color: #252923;}
    a:hover {text-decoration: none;	color: #C30}
    a:active {text-decoration: none;color: #252923;}
    img{ border:none;}
    body{ text-align:center; background-color:#ffffff }
    form,ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,body{ padding:0px; margin:0px;font-style:normal; font-weight:normal;}
    ul,li,ol,dl,dt,dd{ list-style:none; direction:rtl; text-align:center; overflow:hidden; height:auto;_height:100%;}
    BODY,table,tr,td,div,span,font,input,textarea,select,p,a,h1,h2,h3,h4,h5,h6{FONT-SIZE: 13px; color:#6b6c6c;font-family: "UKIJ Tor"}
    a.eb{ font-weight:bold}
    a.eu{ text-decoration:underline}
    a.em{ font-style:oblique; }
    .cursor{cursor:pointer}
    .en{ font-family:Tahoma, Geneva, sans-serif;}
    div{ height:auto;_height:100%; overflow: hidden; margin:0px auto; clear:both; width:100%;}
    div.clear1{ height:1px;}
    div.clear2{ height:2px;}
    div.clear3{ height:3px;}
    div.clear4{ height:4px;}
    div.clear5{ height:5px;}
    div.clear6{ height:6px;}
    div.clear7{ height:7px;}
    div.clear8{ height:8px;}

    ::placeholder{
        font-family: "UKIJ Tor";
        font-size: 12px;
    }
    *{
        direction: rtl;
    }

    body{
        background-color: #fff;
        max-width: 768px;
        margin: auto;
    }

    .layout{
        width: 94%;
        margin: auto;
        display: block;
        clear: both;
        overflow: hidden;
    }

    .ch{
        clear: both;
        height: 1px;
    }

    .left{
        float: left;
        clear: none;
    }
    .right{
        float: right;
        clear: none;
    }
    /******************************************************/
    .tema{
        min-height: 50px;
    }
    .tema .title{
        margin-top: 35px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .tema .pinyin{
        margin-top: 10px;
        color: #dedede;
        font-size: 0.9rem;
        margin-bottom: 15px;
    }


    .f1{
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        height: 60px;
        border-color: #e4eaec;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
        z-index: 99;
    }
    .f1 ul li{
        width: 50%;
        float: right;
    }
    .f1 ul li.logo img{
        width: 100px;
        margin-top: 15px;
        float: left;
    }
    .f1 ul li.icon img{
        height: 24px;
        margin-top: 20px;
        float: right;
        transition: all 3s;
        -moz-transition: all 3s; /* Firefox 4 */
        -webkit-transition: all 3s; /* Safari 和 Chrome */
        -o-transition: all 3s; /* Opera */
    }


    .f2{
        border-top: 1px solid #ededed;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        overflow-y: scroll;
        -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
        display: none;
    }
    .f2 ul{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .f2 ul li {
        text-align: right;
    }
    .f2 ul li.cur{
        border-top: 2px solid #ffa216;
    }
    .f2 ul li.cur a{
        color: #ffa216;
    }
    .f2 ul li a{
        line-height: 22px;
        padding: 8px 20px 8px 0;
        display: block;
        font-size: 0.8rem;
        color: rgb(51, 51, 51);
    }
    .f3{
        margin-top: 60px;
        position: relative;  
        overflow: hidden;
        max-height: 300px;
        max-width: 640px;
    }
    .f3 , .f3 *{
        direction: ltr;
    }

    .f3 .bd ul li{
        float: right;
        height: 200px;
    }
    .f3 .bd ul li img{
        width: 100%;
        height: 100%;
    }

    .f3 .hd{
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 100%;
        height: 10px;
    }

    .f3 .hd ul{
        float: right;
        margin-right: 15px;
        margin-top: 4px;
        line-height: 20px;

    }

    .f3 .hd ul li{
        width: 3px;
        height: 3px;
        background-color: #fff;
        float: right;
        margin-left: 3px;
        line-height: 200;
        border-radius: 2px;
        margin-top: 1px;
    }
    .f3 .hd ul li.on{
        width: 5px;
        height: 5px;
        background-color:#fff;
        margin-top: 0px;
    }



    .even li:nth-child(even){
        margin-left: 0;
        float: left;
    }
    .f4 ul li{
        width: 48%;
        border: 1px solid #f3f3f3;
        margin: 0 0 0.5rem .3125rem;
        float: right;
    }

    .f4 ul li .right_mob img{
        width: 38px;
        height: 40px;
        display: block;
        margin: 15px auto 0 auto;
    }
    .f4 ul li .left_mob .title{
        color: #000;
        font-size: 0.75rem;
        line-height: 20px;
    }
    .f4 ul li .right_mob{
        width: 68px;
        height: 68px;
        margin-top: 10px;
        margin-bottom: 5px;
        border: 1px solid #f3f3f3;
        clear: none;
    }
    .f4 ul li .left_mob{
        clear: none;
    }
    .f4 ul li .left_mob .pinyin{
        color: #999999;
        line-height: 25px;
        font-size: 0.75rem;
    }
    .f4 ul li .left_mob .sizik{
        height: 2.5px;
        width: 100px;
        margin: 10px 36px;
        background-color: #eeeeee;
    }

    .f4 ul li .left_mob .text{
        line-height: 18px;
        height: 36px;
        overflow: hidden;
        color: #999999;
        font-size: 0.7rem;
        margin-bottom: 10px;
        padding: 0 8px;
    }


    .f5{
        background-color: #f3f3f3;
        padding-bottom: 30px;
    }
    /*.f5 ul li{*/
        /*width: 31.9%;*/
        /*margin: 0 0 0.4375rem 0.4375rem;*/
        /*float: right;*/
        /*background-color: #fff;*/
    /*}*/

    /*.f5 ul li:nth-child(3n+0){*/
        /*margin-left: 0;*/
        /*float: left;*/
    /*}*/

    .f5 ul li{
        width: 48.5%;
        margin: 0 0 0.5rem .3125rem;
        float: right;
        background-color: #fff;
    }
    .f5 ul li img{
        width: 100%;
        height: 100%;
        max-height: 172px;
        max-width: 172px;
    }
    .f5 ul li{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .f5 ul li .title{
        font-size: 0.75rem;
        line-height: 16px;
        height: 16px;
        text-align: right;
        margin-right: 4px;
        margin-bottom: 4px;
        padding-left: 5px;
    }
    .f5 ul li .price{
        font-size: 0.7rem;
        color: red;
        text-align: right;
        display: block;
        margin-right: 4px;
        margin-bottom: 8px;

    }


    .f6{
        margin-top: 30px;
    }
    .f6 li{
        width: 25%;
        float: right;
    }
    .f6 li{
        height: 66px;
        margin-bottom: 20px;
    }
    .f6 li span{
        font-size:1.3rem;
        font-family: auto;
        display: block;
        margin-bottom: 7px;
        color: #a0a0a0;
    }
    .f6 li .title{
        font-size: 0.6rem;
        color: #a0a0a0;
    }
    .f6 li:nth-child(1),.f6 li:nth-child(2),.f6 li:nth-child(3),.f6 li:nth-child(4){
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
    }




    .f7{
        height: 670px;
    }
    .f7_1{
        height: 670px;
        padding-top: 20px;
        position: relative;
    }

    #f7_1_img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .f7_1 .layout{
        width: 90%;
        position: relative;
        z-index: 90;
    }
    .f7 .right .title{
        line-height: 27px;
        color: #fea419;
        font-size: 0.9rem;
    }
    .f7 .right .pinyin{
        color: #dedede;
        font-size: 0.75rem;
        display: block;
        margin-bottom: 10px;
    }
    .f7 .right .content,.f7 .right .content *{
        color: #fff;
        line-height: 24px;
        text-align: justify;
        font-size: 0.75rem;
        max-height: 314px;
        overflow: hidden;
    }


    .f7 .left{
        width: 280px;
        background:url("/ug/Static/img/abut_usbg.png") no-repeat 0 0;
        background-size: 100%;
    }
    .f7 .left .title{
        margin-top: 15px;
        font-size: 0.8rem;
    }
    .f7 .left .pinyin{
        line-height: 25px!important;
    }
    .f7 .left .pinyin,.f7 .left .pinyin span{
        font-size:1rem;
        margin-top: 5px;
        color: #ffffff;
    }
    .f7 .left .pinyin span{
        border-bottom: 4px solid #fff;
        color: #ffffff!important;
    }
    .f7 .left .title,.f7 .left .pinyin{
        line-height: 25px;
        color: #fff;
        text-align: right;
        margin-right: 20px;
    }

    .f7 .left .sizik{
        margin-top: 30px;
        height: 1px;
        background-color: #ffb341;
    }
    .f7 .left  ul li{
        float: right;
        width: 50%;
    }
    .f7 .left  ul li:nth-child(1){
        text-align: right;
    }
    .f7 .left  ul li:nth-child(1) img{
        margin-right: 20px;
        display: block;
        margin-top: 56px;
        width: 30px;
    }
    .f7 .left  ul li:nth-child(2){
        text-align: left;
    }
    .f7 .left  ul li:nth-child(2) a{
        margin-left: 20px;
        display: block;
        margin-top: 60px;
        color: #fff;
        margin-bottom: 20px;
        font-size: 0.7rem;
    }

    .f7 .right a{
        display: inline-block;
        margin: auto;
        width: 90px;
        height: 33px;
        border: 1px solid #fff;
        line-height: 35px;
        color: #fff;
        font-size: 0.78rem;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
    }


    .f8{
        height: 330px;
        position: relative;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .f8,.f8 *{
        direction: ltr;
    }
    .f8 .bd ul li{
        width: 100%;
        float: right;
    }
    .f8 .bd ul li img{
        width: 100%;
        height: 150px;
        display: block;
    }
    .f8 .bd ul li:hover .title{
        color: #ffb341;
    }
    .f8 .thumb_poster{
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    .f8 .bd ul li .title{
        line-height: 25px;
        margin-top: 5px;
        color: #000;
        text-align: center;
        font-size: 0.7rem;
    }
    .f8 .bd ul li p{
        line-height: 25px;
        color: #999999;
        height: 50px;
        overflow: hidden;
        text-align: center;
        direction: rtl;
        font-size: 0.7rem;
    }
    .f8 .hd ul li{
             line-height: 300;
         }

    .f8 .btn{
        position: absolute;
        height: 40px;
        width: 40px;
        bottom: 133px;
        border-radius: 50%;
    }
    .f8 .next{
        right: 20px;
        background:rgba(0,0,0,.2) url("/ug/Static/img/right_slide.png") no-repeat 17px  12px ;
        background-size: 8px;
    }
    .f8 .prev{
        left: 20px;
        background:rgba(0,0,0,.2) url("/ug/Static/img/left_slide.png") no-repeat 17px  12px ;
        background-size: 8px;
    }

    .f8 .prev:hover{
        background:rgba(255,179,65,.9) url("/ug/Static/img/left_slide.png") no-repeat 17px  12px ;
        background-size: 8px;
    }
    .f8 .next:hover{
        background:rgba(255,179,65,.9) url("/ug/Static/img/right_slide.png") no-repeat 17px  12px ;
        background-size: 8px;
    }



    .f9,.f9 *{
        direction: ltr;
    }
    .f9 {
        background-color: #f3f3f3;
        height: 590px;
        position: relative;
        overflow: hidden;
    }

    .f9 .bd ul li{
        width: 100%;
        float: right;
        background-color: #fff;
        height: 435px;
    }
    .f9 .bd ul li img{
        width: 100%;
        height: 100%;
        border-radius: 100%;
        margin-top: 10px;
        display: block;
    }

    .f9 .bd ul li .title{
        line-height: 30px;
        margin-top: 10px;
        color: #000;
        text-align: center;
        font-size: 0.8rem;
    }

    .f9 .bd ul li:hover .title{
        color: #ffb341;
    }
    .f9 .thumb_poster{
        width: 285px;
        height: 285px;
        overflow: hidden;
    }
    .f9 .bd ul li:hover img{
        transition: all 2s;
        -moz-transition: all 2s; /* Firefox 4 */
        -webkit-transition: all 2s; /* Safari 和 Chrome */
        -o-transition: all 2s; /* Opera */
        /*transform:scale(1.1);*/
        /*-ms-transform:scale(1.1); 	!* IE 9 *!*/
        /*-moz-transform:scale(1.1); 	!* Firefox *!*/
        /*-webkit-transform:scale(1.1); !* Safari 和 Chrome *!*/
        /*-o-transform:scale(1.1); 	!* Opera *!*/
    }
    .f9 .bd ul li p{
        line-height: 23px;
        color: #999999;
        overflow: hidden;
        text-align: center;
        padding: 0 20px;
        font-size: 0.69rem;
        margin-top: 4px;
        margin-bottom: 0px;
    }
    .f9 .bd ul li .content p,.f9 .bd ul li .content *{
        line-height: 27px;
        color: #999999;
        overflow: hidden;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 20px;
        font-size: 0.72rem;
        direction: rtl;
        margin-bottom: 40px;
        height: 81px;
    }

    .f9 div.hd{
        position: absolute;
        bottom:66px;
        height: 20px;
        left: 0;
        width: 100%;
    }
    .f9 .hd ul{
        margin: auto;
        display: inline-block;
    }
    .f9 .hd ul li{
        width: 30px;
        height: 4px;
        margin: 0 0 0 10px;
        background-color: rgba(0,0,0,.4);
        float: right;
        line-height: 300;
        cursor: pointer;
    }
    .f9 .hd ul li.on{
        width: 30px;
        height: 4px;
        background-color: rgba(0,0,0,1);
    }



    .f10 ul li{
        width: 48.5%;
        margin: 0 0 0.5rem .3125rem;
        float: right;
        background-color: #fff;
    }
    .f10 ul li img{
        width: 100%;
        height: 100%;
        min-height: 95px;
        max-height: 95px;
    }
    .f10 ul li{
        overflow: hidden;
        margin-bottom: 10px;
    }
    .f10 ul li .title{
        font-size: 0.75rem;
        line-height: 16px;
        height: 32px;
        text-align: right;
    }

    .f10  a.btn{
        display: inline-block;
        margin: auto;
        width: 100px;
        height: 35px;
        border: 1px solid #eeeeee;
        line-height: 35px;
        margin-top: 15px;
        color: #999999;
        text-align: center;
        margin-bottom: 50px;
        font-size: 0.75rem;
    }


    .f11 li .thumb_poster{
        width: 34%;
        height: 78px;
        overflow: hidden;
        float: right;
        margin-left: 10px;
    }

    .f11 ul li{
        width: 100%;
        float: right;
        margin-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }
    .f11 ul li:last-child{
        border: none;
    }
    .f11 ul li .title{
        margin-top: 5px;
        font-size: 0.7rem;
        color: #282828;
        text-align: right;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
    .f11 ul li img{
        width: 100%;
        height: 78px;
        float: right;
        display: block;
    }
    .f11 ul li .bottom{
        width: 63%;
        float: left;
        clear: none;
    }

    .f11 ul li span{
        color: #c0c0c0;
        margin-top: 8px;
        font-size: 0.6rem;
        display: block;
        text-align: right;
    }

    .f11  a.btn{
        display: inline-block;
        margin: auto;
        width: 100px;
        height: 35px;
        border: 1px solid #eeeeee;
        line-height: 35px;
        color: #999999;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 0.7rem;
    }
    .f11 a.btn:hover{
        background-color: #fea419;
        transition: all .3s;
        -moz-transition: all .3s; /* Firefox 4 */
        -webkit-transition: all .3s; /* Safari 和 Chrome */
        -o-transition: all .3s; /* Opera */
        color: #fff;
    }

    .sizik1{
        height: 1px;
        width: 100%;
        background-color: #eeeeee;
        margin: 5px 0;
    }









    .f12 ul li{
        width: 100%;
    }
    .f12 ul li .title{
        margin-bottom: 5px;
        line-height: 20px;
        max-height: 40px;
        height: auto;
        overflow: hidden;
        font-size: 0.7rem;
        color: #000;
        text-align: center;
    }
    .f12 ul li img{
        width: 100%;
        height: 100px;
        max-height: 100px;
    }

    .f12 ul li:hover .title{
        color: #ffb341;
    }

    .f12 ul li{
        position: relative;
        width: 48.5%;
        margin: 0 0 0.5rem .3125rem;
        float: right;
        background-color: #fff;
    }
    .f12 ul li .poster{
        width: 100%;
        /*height: 170px;*/
    }
    .f12 ul li a{
        display: block;

    }

    .f12 ul li a .icon{
        position: absolute;
        left: 40%;
        top: 27%;
        width: 30px;
        height: 30px;
        z-index: 9;
    }
    .f12 ul li a .player-container{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        height: 100px;
        overflow: hidden;
        background-color: #000;
    }
    .f12 ul li a .player-container video{
        width: 100%;
        height: 112%;
    }



    .view_bg{
        height: 120px;
        margin-top: 60px;
    }

    .view_bg .title{
        color: #ffb341;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .view_bg .title_pinyin{
        color: #ffffff;
        font-size: 12px;
    }
    .view_bg .panel{
        margin-top: 30px;
    }
    .view_bg .panel_sizik{
        height: 3px;
        width: 50px;
        background-color: #cf3109;
        display: inline-block;
        margin: 0 auto;
    }


    .menu_list{
        position: relative;
        min-height: 50px;
    }
    #swiper-menu {
        position: absolute;
        width: 100%;
        z-index: 90;
        background-color: #fff;
    }
    .swiper-menu .menu {
        height: 3pc;
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .swiper-menu .menu li {
        padding: 5px 13px;
    }
    .swiper-menu .menu li {
        -webkit-flex-shrink: 0;
        direction: rtl;
        margin-top: 10px;
    }
    .swiper-menu .menu .cur a {
        color: #222222;
        border-bottom: 2px solid #ffb341;
    }
    .swiper-menu .menu li a {
        color: #999999;
        display: inline-block;
        font-size: 0.8rem;
        padding-bottom: 5px;
    }


    .view_content_big .view_content .title{
        text-align: center;
        line-height: 30px;
        border-bottom: 1px solid #f2f3f4;
        color: #222222;
        padding-bottom: 7px;
    }

    .view_content_big .view_content *{
        font-size: 0.8rem;
        line-height: 24px;
        text-align: justify;

    }
    .view_content_mob{
        background-color: #f2f3f4;
    }
    .view_content_big .view_content{
        margin-bottom: 10px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 3px;
    }
    .view_content_mob .view_content .title{
        text-align: center!important;
        padding: 10px!important;
    }
    .view_content_big .view_content span{
        font-size: 0.7rem!important;
    }
    .view_content_big .view_content *{
        font-size: 0.8rem!important;
        text-align: justify!important;
        line-height: 25px!important;
        font-family: "UKIJ Tor"!important;
        /*padding: 10px!important;*/
        direction: ltr!important;;
    }
    .view_content_big .view_content img{
        display: block;
        margin: 10px auto;
        width: 100%;
        padding: 0;
    }
    
    .sizik_10{
        height: 10px;
        background-color: #f2f3f4;
    }

    .varning_h2{
        font-size: 0.8rem;
        line-height: 30px;
        height: 30px;
        color: rgba(40, 40, 40, 0.66);
    }


    .product_view .info .right {
        border: 1px solid #eeeeee;
        width: 95%;
        padding: 7px;
        margin: 10px auto 0 auto;
        float: unset;
    }
    .product_view .info .right img{
        width: 100%;
    }

    .product_view .info .left div{
        line-height: 30px;
    }
    .product_view .info .left div.title{
        color: red;
        font-size: 1rem;
        margin: 10px 0;
    }
    .product_view .info *{
        direction: ltr;
    }
    .product_view .info .left div.param{
        margin: 4px 0;
        text-align: left;
    }
    .product_view .info .left div.param span{
        width: 93px;
        display: inline-block;
        color: #000;
    }
    .product_view .info .left div.price{
        color: red;
    }

    .t_b_j{
        text-align: left;
        margin-bottom: 5px;
    }
    .t_b_j_list ul li:nth-child(3n+0){
        margin: 0;
    }
    .t_b_j_list ul li{
        width: 31%;
        margin: 0 0 0 8px;
        float: right;
        border: 1px solid #eeeeee;
    }
    .t_b_j_list ul li img {
        display: block;
        height: 25px;
        margin:5px auto 5px auto;
    }
    .product_view .left .shop {
        height: 40px;
        line-height: 40px;
        width: 175px;
        background-color: #e10601;
        color: #fff;
        text-align: center;
        margin: 15px  auto 0 auto;
    }
    .product_view .left .shop a {
        color: #fff;
        text-align: center;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 0.8rem;
    }


    .product_content .layout .right .r_szik {
        width: 100%;
        text-align: center;
    }
    .product_content .title {
        margin: auto;
        height: 45px;
        line-height: 45px;
        width: 100%;
        text-align: center;
        color: #000;
    }

    .product_content_1{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .product_content_1 .right{
        width: 93%;
        border: 1px solid #eeeeee;
        float: unset;
        margin: auto;
        padding: 10px;
    }
    .product_content_1 .text,.product_content_1 .text *{
        text-align: justify;
        font-size: 0.8rem;
        line-height: 25px !important;
    }
    .product_content_1 .text img{
        width: 100%;
        display: block;
        margin:10px auto;
    }


    .hadim_list{
        margin-top: 10px;
    }
    .hadim_list ul li .title{
        height: 16px!important;
        color: #6b6c6c;
        font-size: 0.7rem;
        padding-right: 2px;
    }
    .hadim_list ul li p{
        font-size: 0.6rem;
        text-align: right;
        line-height: 24px;
        height: 24px;
    }


    .kurlux li{
        line-height: 45px;
        height: 45px;
        border-bottom: 1px solid #f2f3f4;
        text-align: right;
    }
    .kurlux li .title{
        line-height: 44px;
        height: 44px;
        width: 90%;
        overflow: hidden;
        float: right;
    }
    .kurlux li span{
        float: left;
        display: inline-block;
    }
    .layui-layer-msg .layui-layer-content{
        color: #fff!important;
    }
    .Recruit ul{
        margin-top: 10px;
    }
    .Recruit ul li{
        border: 10px solid #f7f7f7;
        background-color: #fff;
        transition: all .3s;
        padding: 10px 5px;
        margin-bottom: 15px;
    }
    .Recruit ul  li *{
        text-align: right;
    }
    .Recruit ul  li .title{
        font-size: 0.8rem;
        color: #000000;
        margin-bottom: 5px;
    }
    .Recruit ul  li .text {
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-height: 20px;
        -webkit-box-orient: vertical;
        font-size: 0.7rem;
        color: #6e6e6e;
    }
    .Recruit ul li .price_time{
        margin-top: 10px;
    }
    .Recruit ul li .price{
        color: red;
        font-size: 0.7rem;
    }
    .Recruit ul li .time{
        font-size: 0.8rem;
        color: #a3afb7;
        font-weight: 300!important;
        margin-left: 20px;
        font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;
    }


    .contact_index .contact_index_top {
        margin-top: 10px;
    }

    .contact_index ul li:nth-child(odd){
        margin-left: 0;
    }
    .contact_index ul li{
        float: left;
        width: 48.5%;
        margin: 0 0 0.5rem .3125rem;
        border: 1px solid #eeeeee;
        height: 128px;

    }
    .contact_index .contact_index_top li img {
        width: 38px;
        display: block;
        margin: 30px auto 0 auto;
    }
    .contact_index .contact_index_top li span {
        display: block;
        margin-top: 20px;
        color: #282828;
        padding: 0 5px;
        font-size: 0.6rem;
    }



    .warning_text{
        color: #b94a48;
        background-color: #f2dede;
        border-color: #eed3d7;
        padding: 8px 13px 8px 14px;
        width: 93%;
        line-height: 30px;
        margin-bottom: 20px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-align: justify;
        font-size: 0.7rem;
    }

    .liuyan li:nth-child(even){
        margin-left: 0;
    }
    .liuyan li {
        float: right;
        width: 47.5%;
        height: 35px;
        margin: 0 0 0.5rem .8rem;
        border: 1px solid #eeeeee;
    }
    .liuyan li input {
        width: 98%;
        height: 31px;
        border: none;
        outline: none;
        padding-right: 5px;
    }
    .liuyan  li input::placeholder{
        color: #282828;
        font-size: 0.6rem;
    }


    .liu_yan_text li{
        width: 99%;
        min-height: 55px;
        margin: 0 0 20px 0;
        border: 1px solid #eeeeee;
    }
    .liu_yan_text li textarea{
        width: 98%;
        border: none;
        outline: none;
        padding-top: 5px;
        padding-right: 5px;
    }
    .liu_yan_text li textarea::placeholder{
        color: #282828;
        font-size: 0.6rem;
    }

    .liu_yan_text .btn {
        width: auto;
        border: none;
    }
    .liu_yan_text .btn a {
        width: 155px;
        height: 35px;
        line-height: 35px;
        display: block;
        text-align: center;
        background-color: #fa381d;
        color: #ffffff;
        margin: auto;
    }
    
    .footer{
        background-color: #282828;
        min-height: 200px;
    }

    .footer .logo{
        width: 65px;
        display: block;
        margin:25px auto 0 auto;
    }
    .footer .code{
        width: 120px;
        display: block;
        margin: auto;
        border-radius: 5px;
    }
    .footer .code_fot span{
        display: block;
        color: #787878;
        margin-top: 8px;
    }
    .footer ul li{
        float: right;
        margin: 10px 14px;
        text-align: center;
    }
    .footer ul li a{
        font-size: 0.7rem;
        color: #bae8bb;
    }
    .footer p a{
        color: #fff;
        font-size: 1.1rem;
    }


    .comment_list ul{
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .comment_list ul li{
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .comment_list ul li:last-child{
        border: none;
    }
    .comment_list ul li img.m1{
        width: 12%;
        max-width: 45px;
        float: right;
    }
    .comment_list ul li>div.left{
        float: left;
        width: 85%;
        text-align: right;
        padding-right: 10px;
    }
    .comment_list ul li>div.left .name{
        font-size: 0.8rem;
        line-height: 30px;
        height: 30px;
        color: #282828;
        margin-left: 30px;
    }
    .comment_list ul li>div.left p{
        text-align: justify;
        font-size: 0.7rem;
        line-height: 18px;
    }

    .comment_list ul li .jawap{
        width: 79%;
        float: left;
        background-color: #f3f4f5;
        padding: 10px 10px;
        margin-top: 10px;
        text-align: right;
    }
    .comment_list ul li .jawap p{
        line-height: 18px;
        margin-right: 10px  ;
        font-size: 0.7rem;
        text-align: justify;
    }
    .comment_list ul li .jawap span{
        color: #444;
        font-size: 0.75rem;
    }