/* CSS Document */
*, html, body, ul, li, ol, dl, dd, dt, input, select, textarea, a, img, div, article, footer, section, aside, table, td, th, a, h2, h1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    outline: 0px;
    -webkit-appearance: none;
}

li {
    list-style: none;
}

body {
    background: #f2f2f2;
    font-size: .28rem;
    line-height: 1.1;
    max-width: 750px;
    min-width: 320px;
    margin:0 auto;
    font-family: Arial,Helvetica,STHeiTi,sans-serif;
}

img{
    vertical-align: middle;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox
}

a {
    text-decoration: none;
    outline-style: none;
}

input[type=text], [type=email], [type=number] {
    -webkit-appearance: button;
}

@media (min-width: 320px){html{font-size: 42.6667px;} }
@media (min-width: 360px){html{font-size: 48px;} }
@media (min-width: 375px){html{font-size: 50px;} }
@media (min-width: 384px){html{font-size: 51.2px;} }
@media (min-width: 414px){html{font-size: 55.2px;} }
@media (min-width: 448px){html{font-size: 59.7333px;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 68.2667px;} }
@media (min-width: 544px){html{font-size: 72.5333px;} }
@media (min-width: 576px){html{font-size: 76.8px;} }
@media (min-width: 608px){html{font-size: 81.0667px;} }
@media (min-width: 640px){html{font-size: 85.3333px;} }
@media (min-width: 750px){html{font-size: 100px;} }

a {
    color: #383838;
}

.logo{position: relative; width: 7.5rem;}
.logo img {
    width: 100%;
}

.search {
    margin: .10rem;
    border: 1px solid #e0e0e0;
    padding: .1rem;
    background: #fff;
    display: flex;
}

.search .txt {
    border: 1px solid #eeeeee;
    height: 32px;
    background: #f8f8f8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    flex: 1;
}

.search .btn {
    height: 32px;
    border: none;
}

#content {
    border: 1px solid #e0e0e0;
    margin: 5px;
    background: #fff;
}

.menu {
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    background: #fff;
    padding: 0.1rem 0;
}

.menu ul {
    display: flex;
    flex-flow: row wrap;
}

.menu .layer1 > li {
    position: relative;
    text-align: center;
    padding: 0px 18px;
    line-height: 30px;
}

.menu .layer1 > li > a {
    color: #383838;
    font-weight: bold;
}

.menu .layer1 > li > a.on {
    color: rgb(254, 2, 3)
}

.oth {
    padding-top: 2%
}


.layer2 {
    top: 35px;
    left: -40px;
    z-index: 99999;
    background: #fff;
    width: 150px;
    border: 1px solid #e0e0e0;
    border-top: 2px solid #ff6d32;
    position: absolute;
    display: none
}

.layer2 > li {
    padding: 0px 10px;
    line-height: 35px;
    text-align: left
}

.layer2 a {
    color: #565656
}

.layer2 > li > div > span.s1 {
    float: left
}

.layer2 > li > div > span.s2 {
    float: right;
    color: #565656
}

.layer3 {
    top: 175px;
    left: 150px;
    background: #fff;
    width: 150px;
    border: 1px solid #e0e0e0;
    position: absolute;
    display: none
}

.layer3 > li {
    padding: 0px 20px;
    line-height: 35px;
}

.has2 {
    display: block;
    outline-style: none;
}

#sort {
    font-size: .28rem;

    width: 100%;
    display: flex;
    align-items: center;
}

#sort a {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;;
    border-right: 1px solid #e0e0e0;;
    background: #f2f2f2;
    flex: 1;
    position: relative;
    height: .70rem;
    line-height: .70rem;
}

#sort a::after {
    margin-left: 0.05rem;
    content: "";
    width: .22rem;
    height: 100%;
    display: inline-block;
    background: url(../images/arrow2.png) no-repeat left center;
    background-size: 100%;
    vertical-align: top;
}

#sort a:last-child {
    border-right: none
}

#sort a.asc::after {
    border-bottom: none;
    background-image: url(../images/arrow10.png);
}

#sort a.desc::after {
    border-bottom: none;
    background-image: url(../images/arrow01.png);
}

.list {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: 0.1rem;
}

.list .logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    min-width:1.3rem;
    max-width:1.3rem;
}

.list .logo img {
    max-width: 100%;
    max-height: 100%;
}

.list h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: .28rem;
    color: #000000;
}

.list .builddate {
    color: #666666;
    font-size: 12px;
    margin-left: 10px;
    line-height: 16px;
    height: 16px;
    float: left
}

.list .step {
    color: #666666;
    font-size: 12px;
    margin-left: 10px;
    line-height: 16px;
    height: 16px;
    float: right
}

.list .intro {
    height: 40px;
    overflow: hidden;
    color: #a8a8a8;
    font-size: .24rem;
    max-height: 32px;
    margin: 0.1rem 0;
}

.list:hover {
    background: #fafafa
}

.list:last-child {
    border-bottom: none
}

.amount {
    border-left: 2px solid red;
    padding-left: 5px;
    font-size: 0.24rem;
    color: red;
    width: 100%;
}

.page {
    margin: 5px;
    text-align: center;
    height: 40px;
    padding: 10px 0px;
}

.footer {
    background: #1f1e1e;
    text-align: center;
    color: #a7a7a7;
    padding: .10rem;
    line-height: 24px;
}

.footer2 {
    background: #ff4800;
    text-align: center;
    padding: 1% 0px;
    color: #fff;
}

.dtitle {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 90%;
    line-height: 26px;
}

.dtop {
    background: #ff4800;
    padding: 10px;
    height: 20px;
}

.back {
    right: 20px;
    position: absolute;
    top: .26rem;
    width: .19rem;

}

.back img {
    width: 100%;
}

.content {
    margin: .2rem;
    padding: .2rem;
    border: 1px solid #e0e0e0;
    background: #fff
}

.content .tit {
    color: #383838;
    font-weight: bold;
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    padding: 25px 0px;
}

.content .c img {
    width: 100%;
}

.d {
}

.d span.field {
    margin-right: 10px;
    color: #fff;
    background: url(../images/field.png) no-repeat;
    width: 72px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    display: inline-block
}

.d span.field2 {
    margin-right: 10px;
    color: #fff;
    background: url(../images/field2.jpg) no-repeat;
    width: 118px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    display: inline-block
}

.d span {
    color: #383838;
    font-size: 15px;
}

.d .c {
    color: #333;
    font-size: 15px;
    line-height: 22px;
    padding: 5px;
}

.childtitle {
    color: #383838;
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
}

.list2 {
    border-bottom: 1px solid #efefef
}

.logo2 {
    display: table;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 5px;
    width: 70px;
    height: 70px;
}

.info2 {
    float: left;
    padding: 10px;
    padding-left: 15px;
    width: 60%;
    padding-top: 12px;
    height: 70px;
}

.list2 .companyname {
    font-weight: bold;
    color: #383838;
    overflow: hidden;
    width: 76%;
    height: 18px;
    line-height: 16px;
    font-size: 14px;
}

.list2 .companyname a {
    color: #383838;
}

.list2 .builddate {
    color: #666666;
    margin: 1px 0px;
    line-height: 18px;
    font-size: 12px;
    width: 100%;
    clear: both;
    display: block
}

.list2 .desc {
    color: #a8a8a8;
    clear: both;
    font-size: 12px;
    line-height: 15px;
}

.dl {
    display: inline-block;
    padding: 3px 6px;
    margin: 7px 0px;
    border: 1px solid #ff6d32;
    border-radius: 5px;
}

.dl a {
    color: #ff6d32;
    font-size: 12px;
}


.img {
    display: table-cell;
    vertical-align: middle;
}


#nav_bj {
    display: none;
    width: 100%;
    background: #000;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#nav_con {
    background: #f3f3f3;
    width: 220px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.nav li {
    float: left;
    padding: 10px 0px;
    width: 70px;
    text-align: center;
    font-size: 14px;
}

.nav .line {
    padding: 10px 0px;
    width: 0px
}


.nav .ico {
    width: 15%;
    display: inline-block;
    float: left;
}

.nav .txt {
    width: 82%;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-top: 1%
}

.nav a {
    color: #666666
}

.navtit {
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e1372b
}


.orange span {
    margin-top: 6px;
    background: rgb(141, 8, 241);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block
}

.yellow span {
    margin-top: 6px;
    background: rgb(114, 255, 0);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block
}

.blue span {
    margin-top: 6px;
    background: blue;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: block
}


.noteContent {
    margin: 10px 0px;
}

.noteContent div:first-child {
    padding-bottom: 5px;
}

.notebox {
    margin: 10px;
}

.notebox textarea {
    height: 80px;
    padding: 5px 6px 5px 5px;
    border: 1px solid #e0e0e0;
    width: 96%;
}

.notebox .saveBtn, .note .saveEditBtn {
    background: #FF6D32;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    width: 78px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.notebox .saveEditBtn {
    border: none;
}

.search_info {
    float: right;
    margin-top: -10px
}

.search_info li {
    float: left;
    padding: 2px;
}

.search_info input {
    border: 1px solid orange;
    background: #fff;
    color: orange
}

.search_info input {
    height: 20px;
    padding: 0px 2px;
    line-height: 20px;
}

.search_info li a {
}


.close_company {
    padding: 2%;
    background: #efefef;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px
}

.close_company span {
    font-weight: bold
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.input {
    height: 20px;
    width: 80%;
    padding: 3px;
    border: 1px solid #e0e0e0
}

.input2 {
    height: 150px;
    width: 80%;
    padding: 3px;
    border: 1px solid #e0e0e0
}

.star {
    color: red !important
}

.form {
    padding: 10px;
}

.orange_btn {
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 5px 20px;
    background: rgb(255, 109, 50);
    font-size: 14px;
}

.audio {
    display: flex;
    padding: 15px 10px;
    margin: 15px 0px;
    background: #fff;
}

.audio_desc {
    height: 50px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
}

.audio a {
    color: blue;
    text-decoration: underline;
}

.audio div:first-child {
    height: 60px;
    width: 60px;
}

.footer a {
    color: #fff !important;
    font-size: 12px;
}

.audio img {
    height: 60px;
    max-width: 60px
}

.footer01 {
    background-color: #ff4800;
    color: #fff;
    padding: 1% 0;
    text-align: center;
}

.vip2 {
    width: 23px;
    height: 18px;
    margin-left: 20px;
    vertical-align: text-top;
}

.vip3 {
    width: 23px;
    height: 15px;
    margin-left: 20px;
}


.msg {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px
}

.msg h3 {
    height: 52px;
    color: #fff;
    background: #ff483b;
    font-weight: normal;
    text-align: center;
    line-height: 52px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.input {
    border: 1px solid #cccccc;
    width: 70%;
    border-radius: 3px;
    padding: 5px;
}

.msg .baseinfo {
    display: flex;
    justify-content: space-between
}

.msg span {
    min-width: 70px;
    display: inline-block;
    color: #000;
}

.tjmsg {
    background: #ff483b;
    padding: 10px 50px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}


.header-bg{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(-90deg, #1500ff 0%, #7945fd 25%, #638ffd 52%, #578bfc 77%, #3170ff 100%);
    position: relative;
}
.header{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.menu-more-ico{
    width: 25px;
    height: 18px;
    position: absolute;
    left: 10px;
}

.layui-form-mobile{
    padding: 20px 0;
}
.layui-form-mobile .layui-form-item .layui-input-block{
    width: 50%;
    /*display: flex;*/
    /*flex-direction: column;*/
}

.layui-form-mobile .layui-form-item .layui-form-label {
    width: 30%
}