* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'microsoft yahei';

}

.swwlys-con * {
    box-sizing: border-box;
    font-size: 0.3rem;
}

body {
    /* min-width: 1200px; */
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    border: 0;
    outline: none;
}

i,
em {
    font-style: normal;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;

}

.clear {
    display: table;
    clear: both;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.pc_none {
    display: none !important;
}

.clearfix {
    zoom: 1;
    _height: 1px;
}

.clearfix:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.du-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.three-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}


.page-header {
    height: 4.35rem;
    width: 100%;
    background: url(./hjb251201_lysBannerM.jpg) no-repeat center top;
    background-size: 7.5rem auto;
}

.page-header .logo {
    padding-top: 0.2rem;
}

.page-header .logo img {
    width: 4.2rem;
}

.crumbs {
    color: #297bc0;
    font-size: 0.24rem;
    line-height: 0.46rem;
    padding: 0.2rem;
    background: #ebf7ff;
    width: 7.1rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.crumbs a {
    color: #297bc0;
}

.desc-con {
    width: 7.2rem;
    margin: 0 auto;
    position: relative;
    margin-top: 0.5rem;
    background: url(hjb251201_lysDescBgM.png) no-repeat center top;
    background-size: contain;
    padding-top: 0.01rem;
}

.desc-con .txt-con {
    position: relative;
    font-size: 0.32rem;
    color: #1562a4;
    line-height: 0.58rem;
    text-indent: 2em;
    /* font-weight: bold; */
    height: 4.28rem;
    width: 6.59rem;
    margin: 0 auto;
    padding: 0.34rem 0.34rem 0 0.34rem;
    background: url(hjb251201_lysDescTxtBgM.png) no-repeat center top;
    background-size: contain;
    margin-top: 0.29rem;
    text-align: justify;
}

.con-title {
    font-size: 0.32rem;
    color: #4297d9;
    /* font-weight: bold; */
    text-align: center;
    margin-top: 0.9rem;
    height: 1.4rem;
    background: url(hjb251201_lysTitleBg.png) no-repeat center bottom;
    background-size: 4rem auto;
}

.suggest-type {
    width: 7.5rem;
    height: 4.64rem;
    overflow: visible;
    margin: 0 auto;
    margin-top: 0.3rem;

}

.suggest-type ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.15rem 0;

}

.suggest-type li {
    width: 2.44rem;
    height: 4.4rem;
    padding: 0 0.1rem;
    padding-top: 0.1rem;
    border-radius: 0.1rem;
    margin: 0 0.05rem;
}

.suggest-type li img.type-icon {
    display: block;
    width: 2.02rem;
    height: 3.43rem;
    margin: 0 auto;
}

.suggest-type li img {
    display: block;
    margin: 0 auto;
}

.suggest-type li.on {
    box-shadow: 0 0 10px rgba(75, 164, 220, 0.35);
}

.suggest-type li img.check-icon {
    display: block;
    margin: 0 auto;
    margin-top: 0.22rem;
    width: 0.5rem;
    height: 0.5rem;
}

.suggest-type li .check-icon.checked {
    display: none;
}

.suggest-type li.on .check-icon.checked {
    display: block;
}

.suggest-type li.on .check-icon.notChecked {
    display: none;
}

.form-con {
    padding-top: 0.4rem;
    background: url(hjb251201_lysFormBgM.png) no-repeat center top;
    background-size: 100% auto;
    margin-top: 0.9rem;
    padding-bottom: 1rem;
}

.form-center .form-item {
    margin-bottom: 0.5rem;
}

.form-center .form-item .item-label {
    font-size: 0.3rem;
    /* font-weight: bold; */
    color: #1a1a1a;
    display: block;
    /* min-width: 87px; */
    text-align: left;
    margin-bottom: 0.2rem;
}

.form-center {
    width: 7.1rem;
    margin: 0 auto;
    background: #fff;
    padding: 0.5rem 0.3rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.form-center .form-item i {
    color: red;
}

.select-con {
    position: relative;
    width: 6.48rem;
    border: 0.01rem solid #cde1ec;
    border-radius: 0.1rem;
    color: #b3bfce;
    height: 0.8rem;
}

.select-con::after {
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.16rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(./hjb251201_lysArr.png) no-repeat center center;
}

.select-con span {
    padding-left: 0.2rem;
}

.select-con select {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border: none;
    background: transparent;
    font-size: 0.28rem;
    color: #b3bfce;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #b3bfce;
    padding-left: 0.2rem;
}

.form-item textarea {
    /* float: right; */
    width: 100%;
    height: 4.36rem;
    border: 0.01rem solid #cde1ec;
    border-radius: 0.1rem;
    padding: 0.15rem;
    font-size: 0.28rem;
    color: #b3bfce;
    resize: none;
}

.form-item.content {
    height: 4.9rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome, Edge, Safari */
    color: #b3bfce;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #b3bfce;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: #b3bfce;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10-11 */
    color: #b3bfce;
}

.form-item.upload .form-item-right {
    position: relative;
    width: 100%;
    border: 0.01rem solid #cde1ec;
    border-radius: 0.1rem;
    background: url(hjb251201_lysUploadIcon.png) no-repeat right center;
    height: 0.8rem;
    line-height: 0.8rem;
    float: none !important;
}

.form-item.upload .form-item-right span {
    width: 68%;
    display: block;
    color: #b3bfce;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-item.upload .upload-file input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form-item.third .form-item-right {
    border: 0.01rem solid #cde1ec;
    border-radius: 0.1rem;
    overflow: hidden;
}

.form-item.third input {
    font-size: 0.28rem;
    color: #b3bfce;
    width: 100%;
    padding-left: 0.2rem;
    height: 0.8rem;
}
.form-item.half-width.fr.city-item,
.form-item.third.fr {
    float: none !important;
}

.form-item.verifycode input {
    font-size: 0.28rem;
    color: #b3bfce;
    width: 2.8rem;
    padding-left: 0.2rem;
    height: 0.8rem;
    border: 0.01rem solid #cde1ec;
    border-radius: 0.1rem;
    float: left;
}

.verifycode-img {
    display: block;
    float: left;
    height: 0.8rem;
    width: 1.6rem;
    margin-left: 0.15rem;
    cursor: pointer;
}

.change-one {
    display: block;
    float: right;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: #7bb6df;
    /* margin-left: 0.1rem; */
    cursor: pointer;
}

.form-item.verifycode .form-item-right {
    overflow: hidden;
}

.btns {
    float: left;
}

.btns .btn {
    float: left;
    width: 2.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    border: 0.01rem solid #43a1e0;
    font-size: 0.3rem;
    border-radius: 0.1rem;
    cursor: pointer;
}

.submit.btn {
    background: #43a1e0;
    color: #ffffff;
    margin-right: 0.26rem;
    padding-left: 0.4rem;
    background: #43a1e0 url(hjb251201_lysSubmitIcon.png) no-repeat 0.4rem 0.22rem;
    background-size: 0.34rem auto;
    margin-left: 0.52rem;
}

.calcel.btn {
    color: #43a1e0;
    background: #f8fcff;
}