
.topimg{
    width: 100%;
    height: auto;
}
.topimg img{
    width: 100%;
    height: auto;
}
.texttip{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: -20px;
    background: #fff;
    z-index: 99;
    border-radius: 10px;
    padding: 20px 5px;
    box-shadow: 2px 2px 3px #fadbc6,-2px 2px 3px #fadbc6;
}
.texttip p{
    line-height: 24px;
    letter-spacing: 1px;
    text-indent: 2em;
}
.texttip .text1{
}
.texttip .text2{
}
p{
    margin: 0;
}
.main{
    width: 1200px;
    margin: 10px auto;
}
.title_1{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
}
.title_1 .title_text{
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
}
.title_1 img{
    height: 40px;
    width: 40px;
}
.title_tip{
    position: relative;
}
.govote{
    height: 40px;
    position: absolute;
    right: 20px;
    top: 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    color: #ff6600 !important;
}

.govote img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: -5px;
}
.govote span{
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.world_main{
    padding: 20px;
    box-shadow: 2px 2px 4px #eeeeee,-2px 2px 3px #eeeeee;
}
.world_nav{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.world_nav li{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #ff6600;
    margin-right: 30px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #ff6600;
}
.navactive{
    background: #ff6600 !important;
    color: #fff !important; 
}
.world_content{
    background: #ffefe5;
    margin-top: 20px;
}
.world_contentitem{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.world_content li{
    display: none;
}
.word_right{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.wordtext{
    margin-right: 100px;
    color: #333333;
    margin-top: 15px;
}
.wordtextone{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.wordtext div{
    margin-left: 20px;
}
.wordtext p{
    padding-left: 20px;
    margin-top: 5px;
}
.world_content li .word_right img{
    width: auto;
    height: 300px;
}
.doc{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ff6600;
    border-radius: 50%;
    margin-right: 10px;
}
.world_content li .word_left{
    font-size: 22px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    /* justify-content: space-between; */
    align-items: center;
}
.ordertime{
    margin-top: 20px;
}
.ordertime_main img{
    width: 100%;
}
.ordertime_main ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.ordertime_main ul li{
    text-align: center;
    font-size: 12px;
    width: 162px;
    color: #333333;
}
.timeitem{
    /* margin-right: 20px; */
}
.layui-form-label{
    /* width: 120px !important; */
}
.layui-inline{
    width: 50%;
    margin: 30px 0px 0px 0px !important;
    float: left;
}
.inputone{
    width: 280px !important;
    height: 40px;
}
.selectbox{
    width: 140px !important;
    height: 40px;
    margin-top: 30px;
}
.selecttext{
    width: 50px !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 40px !important;
    margin-top: 30px;
}
.selecttext1{
    margin-top: 30px;
}
.textareatext{
    padding-top: 30px !important;
}
.layui-input-block{
    padding-top: 30px !important;
}
.btnbox{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.subtn{
    border: none;
    padding: 5px 20px;
    border-radius: 15px;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
}

.table{
    width: 100%;
    border:solid 1px #dcdcdc;
}
th{
    border:solid 1px #dcdcdc;
}
.tabtitle{
    background: #f3f3f3;
}
.tabtitle th{
    padding: 10px 20px;
}
.tabmain th{
    padding: 5px 10px;
    color: #333333;
    font-size: 12px;
    font-weight: 0;
}
.numapply{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
}
.numapply img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.numtext{
    color: #ff6600;
}
#mypage{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.layui-laypage-curr a{
    border-radius: 10px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #ff6600 !important;
    border-radius: 15px;
}
.layui-laypage a, .layui-laypage span{
    border-radius: 15px;
    margin: 0 5px !important;
    padding: 0 20px !important;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
    border-radius: 15px !important;
}
.layui-laypage .layui-laypage-spr{
    border-radius: 0px;
    border: none;
    margin: 0 !important; 
    padding: 0 !important;
}
textarea{
    width: 100%;
    height: 350px;
    resize: none;
    padding: 10px;
}
.formone{
    width: 280px !important;
    height: 40px;
    margin-right: 10px;
}
.flexright{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
}
.addresstip{
    margin-top: 30px;
}
.redtip{
    float: left;
    /* display: none; */
    width: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    text-align: left;
    color: #ff0000;
}
.citytip{
    margin-top: 30px;
}
.layui-form-select dl dd.layui-this{
    background-color:#ff6600 !important;
}
.tiptext p{
    margin-top: 5px;
}