@charset "utf-8";
.banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.carousel {
    width: 1920px;
    height: 450px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.carousel-inner>.item {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.carousel-inner>.item img {
    width: 100%;
    min-height: 100%;
}

.carousel-indicators li {
    background-color: #fff;
    margin: 0 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #fd7620;
    border-color: #fd7620;
}

.banner .center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 450px;
}

.banner .evaluation {
    width: 310px;
    height: 450px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    padding: 70px 20px 0;
}

.banner .evaluation .title {
    margin-bottom: 30px;
}

.banner .evaluation .title h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.banner .evaluation .form-control {
    height: 40px;
    margin-bottom: 10px;
    padding: 0 40px;
    color: #666;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 1px solid #d8d8d8;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

.banner .evaluation .form-control::-ms-expand {
    display: none;
}

.banner .evaluation .form-control::-webkit-input-placeholder {
    color: #666;
}

.banner .evaluation .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

.banner .evaluation .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

.banner .evaluation .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.banner .evaluation .country {
    background: #fff url(../images/icon_evaluation_country.png) no-repeat center center;
}

.banner .evaluation .work {
    background: #fff url(../images/icon_evaluation_work.png) no-repeat center center;
}

.banner .evaluation .name {
    background: #fff url(../images/icon_evaluation_name.png) no-repeat 15px center;
}

.banner .evaluation .phone {
    background: #fff url(../images/icon_evaluation_phone.png) no-repeat 15px center;
}

.banner .evaluation .evaluation_btn {
    background: #ff9915;
    height: 40px;
    outline: none;
}

.banner .evaluation .evaluation_btn:hover, .banner .evaluation .evaluation_btn:focus {
    color: #fff;
}

.topLine {
    width: 100%;
    max-width: 1920px;
    height: 100px;
    margin: 0 auto;
    background: #f5f5f5;
}

.topLine .title {
    width: 138px;
    height: 60px;
    line-height: 60px;
    border-right: 1px solid #d3d3d3;
    font-size: 24px;
    font-weight: bold;
    color: #2577e3;
    margin-top: 20px;
}

.topLine .info {
    width: calc(100% - 168px);
    height: 100px;
    overflow: hidden;
}

.topLine .media {
    width: calc(50% - 15px);
    margin: 15px 0;
}

.topLine .media:nth-child(2n) {
    float: right;
    margin-left: 30px;
}

.topLine .media-left {
    padding-right: 30px;
}

.topLine .media-left a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.topLine .media-left img {
    width: 100%;
    height: 100%;
}

.topLine .media-heading {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    white-space: nowrap;
}

.topLine .media-heading .name {
    font-weight: bold;
}

.topLine .media-heading .project {
    font-weight: bold;
    color: #4793f7;
}

.topLine .media-body .date {
    color: #888;
}

.title_left {
    display: flex;
    align-items: baseline;
    margin-bottom: 22px;
}

.title_left h3 {
    font-size: 34px;
    font-weight: bold;
    color: #2577e3;
}

.title_left p {
    color: #666;
    margin-left: 15px;
}

.title_center {
    text-align: center;
    margin-bottom: 22px;
}

.title_center h3 {
    font-size: 34px;
    font-weight: bold;
    color: #2577e3;
}

.title_center p {
    color: #666;
    margin-top: 15px;
}

.bd_left {
    border-left: 1px solid #e4e4e4;
    padding-left: 17px;
}

/* 实力展示 */

.strength {
    width: 880px;
}

.strength .content .box {
    width: 210px;
    height: 210px;
    border-radius: 10px;
    text-align: center;
    padding-top: 140px;
    position: relative;
    margin-right: 6px;
}

.strength .content .box:first-child {
    background: #f5f5f5 url(../images/icon_strength_1.png) no-repeat center 20px;
}

.strength .content .box:nth-child(2) {
    background: #f5f5f5 url(../images/icon_strength_2.png) no-repeat center 20px;
}

.strength .content .box:nth-child(3) {
    background: #f5f5f5 url(../images/icon_strength_3.png) no-repeat center 20px;
}

.strength .content .box:nth-child(4) {
    background: #f5f5f5 url(../images/icon_strength_4.png) no-repeat center 20px;
}

.strength .content .box h4 {
    font-size: 20px;
    color: #4793f7;
    margin-bottom: 10px;
}

.strength .content .box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.strength .content .box:hover p {
    color: #000;
}

.strength .content .box .sign {
    position: absolute;
    top: 70px;
    left: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #4793f7;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* 小工具 */

.tool {
    width: 320px;
    height: 269.4px;
}

.tool .content .bar {
    width: 100%;
    height: 56px;
    margin-top: 16px;
}

.tool .content .bar:first-child {
    margin-top: 0;
}

.tool .content .bar a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    background: url(../images/icon_tool_bg_default.png);
}

.tool .content .bar a:hover {
    background: url(../images/icon_tool_bg_checked.png);
}

.tool .content .bar .icon {
    width: 20px;
    height: 20px;
}

.tool .content .bar .arrow {
    width: 8px;
    height: 13px;
}

.tool .content .bar p {
    flex: 1;
    margin-left: 46px;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 厚生年金 */

.rente>.content h4 {
    font-size: 22px;
    color: #4793f7;
    margin-bottom: 22px;
}

.rente .rente_l {
    width: 50%;
}

.rente .rente_r {
    width: 50%;
    height: 246.2px;
}

.rente .rente_l .content {
    width: 600px;
    position: relative;
}

.rente .rente_l .pic {
    width: 300px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.rente .rente_l .pic img {
    width: 100%;
    height: 100%;
}

.rente .rente_l .list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 315px;
    height: 200px;
    overflow: hidden;
}

.rente .rente_l .list li {
    height: 50px;
    line-height: 50px;
    background: url(../images/icon_rente_playArrow.png) no-repeat 5px center;
    padding-left: 40px;
    padding-right: 15px;
}

.rente .rente_l .list li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rente .rente_l .list li a:hover {
    color: #000;
}

.rente .rente_r .content {
    display: flex;
    justify-content: space-between;
}

.rente .rente_r .content .item {
    width: 140px;
    text-align: center;
}

.rente .rente_r .content .item .pic {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}

.rente .rente_r .content .item .pic img {
    width: 100%;
    height: 100%;
}

.rente .rente_r .content .item p {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.rente .rente_r .content .item:hover .pic {
    border: 6px solid #4793f7;
}

.rente .rente_r .content .item:hover p {
    color: #4793f7;
}

.rente .rente_r .content .item .markText {
    position: absolute;
    top: 82px;
    right: 0;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background: #de6924;
    color: #fff;
    border-radius: 50%;
}

/* 我要办理 */

.transact {
    width: 100%;
    max-width: 1920px;
    height: 160px;
    margin: 30px auto 0;
    background: url(../images/pic_transact_bg.jpg) no-repeat center center;
}

.transact .center {
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transact .title {
    height: 60px;
    line-height: 60px;
    padding-right: 27px;
    border-right: 1px solid #fff;
    font-size: 24px;
    color: #fff;
}

.transact .content {
    margin-left: 130px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.transact .content hr {
    height: 1px;
    border: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    border-top: 1px dashed #fff;
    width: 88%;
    margin: auto;
}

.transact .content .item {
    text-align: center;
    z-index: 1;
}

.transact .content .item .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

.transact .content .item:first-child .pic {
    background: url(../images/icon_transact_1_default.png) no-repeat center center;
}

.transact .content .item:nth-child(2) .pic {
    background: url(../images/icon_transact_2_default.png) no-repeat center center;
}

.transact .content .item:nth-child(3) .pic {
    background: url(../images/icon_transact_3_default.png) no-repeat center center;
}

.transact .content .item:nth-child(4) .pic {
    background: url(../images/icon_transact_4_default.png) no-repeat center center;
}

.transact .content .item:first-child:hover .pic {
    background: url(../images/icon_transact_1_checked.png) no-repeat center center;
}

.transact .content .item:nth-child(2):hover .pic {
    background: url(../images/icon_transact_2_checked.png) no-repeat center center;
}

.transact .content .item:nth-child(3):hover .pic {
    background: url(../images/icon_transact_3_checked.png) no-repeat center center;
}

.transact .content .item:nth-child(4):hover .pic {
    background: url(../images/icon_transact_4_checked.png) no-repeat center center;
}

.transact .content .item p {
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
}

/* 我要出国 */

.goAboad {
    color: #fff;
}

.goAboad_l {
    width: 300px;
    height: 400px;
    background: #4793f7;
    padding: 30px 30px 0;
}

.goAboad_l .title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.goAboad_l p {
    line-height: 24px;
}

.goAboad_l .pic {
    width: 240px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
}

.goAboad_l .pic img {
    width: 100%;
    height: 100%;
}

.goAboad_l strong {
    font-size: 16px;
    font-weight: normal;
}

.goAboad_l .goAboad_btn {
    display: block;
    background: #de6924 url(../images/icon_tool_arrow_right.png) no-repeat 212px center;
    color: #fff;
    height: 40px;
    outline: none;
    font-size: 18px;
    margin-top: 10px;
}

.goAboad_r {
    width: 900px;
    height: 400px;
    background: #4793f7;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goAboad_r .item {
    width: 300px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.goAboad_r .item .pic {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.goAboad_r .item .pic img {
    width: 100%;
    height: 100%;
}

.goAboad_r .item .text {
    position: absolute;
    left: 30px;
    top: 120px;
    z-index: 2;
    color: #fff;
}

.goAboad_r .item .text h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}

.goAboad_r .item .text p {
    margin-top: 3px;
}

.goAboad_r .item .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    background: rgba(71, 147, 247, .8);
}

.goAboad_r .item .shade .square {
    width: 260px;
    height: 160px;
    margin: 20px auto 0;
    border: 1px solid #fff;
}

/* 办理流程 */

.process .content .top {
    width: 100%;
    height: 94px;
    background: url(../images/pic_process_bg.png) no-repeat center center;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.process .content .top .item {
    flex: 1;
    text-align: center;
    font-size: 24px;
    line-height: 94px;
    font-weight: bold;
    color: #4793f7;
    position: relative;
}

.process .content .top .item .arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.process .content .body {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.process .content .body .item {
    flex: 1;
    text-align: center;
    font-size: 14px;
    padding: 0 20px;
}

.process .content .body .item ul li {
    display: block;
    float: left;
    width: 171px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 55px;
    margin-bottom: 10px;
    text-align: left;
}

.process .content .body .item ul li:nth-child(2n) {
    float: right;
}

.process .content .body .item:first-child ul li:first-child {
    background: #ededed url(../images/icon_process_1-1.png) no-repeat 15px center;
}

.process .content .body .item:first-child ul li:nth-child(2) {
    background: #ededed url(../images/icon_process_1-2.png) no-repeat 15px center;
}

.process .content .body .item:first-child ul li:nth-child(3) {
    background: #ededed url(../images/icon_process_1-3.png) no-repeat 15px center;
}

.process .content .body .item:first-child ul li:nth-child(4) {
    background: #ededed url(../images/icon_process_1-4.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(2) ul li:first-child {
    background: #ededed url(../images/icon_process_2-1.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(2) ul li:nth-child(2) {
    background: #ededed url(../images/icon_process_2-2.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(2) ul li:nth-child(3) {
    background: #ededed url(../images/icon_process_2-3.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(2) ul li:nth-child(4) {
    background: #ededed url(../images/icon_process_2-4.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(3) ul li:first-child {
    background: #ededed url(../images/icon_process_3-1.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(3) ul li:nth-child(2) {
    background: #ededed url(../images/icon_process_3-2.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(3) ul li:nth-child(3) {
    background: #ededed url(../images/icon_process_3-3.png) no-repeat 15px center;
}

.process .content .body .item:nth-child(3) ul li:nth-child(4) {
    background: #ededed url(../images/icon_process_3-4.png) no-repeat 15px center;
}

.process .content .body .item ul li a {
    color: #000;
    display: block;
}

.process .content .body .item ul li a:hover {
    color: #4793f7;
}

/* 我们出国啦 */

.aboadStyle .content {
    text-align: center;
}

.aboadStyle .aboadStyle_tab {
    display: inline-block;
}

.aboadStyle .aboadStyle_tab .item {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ededed;
    color: #4793f7;
    border-radius: 5px;
    padding: 0 16px;
    margin: 0 10px;
}

.aboadStyle .aboadStyle_tab .item:hover {
    color: #de6924;
}

.aboadStyle_swiper {
    height: 405px;
    margin-top: 20px;
}

.aboadStyle_swiper .swiper-slide {
    width: 235px;
    overflow: hidden;
}

.aboadStyle_swiper .swiper-slide .slide_pic {
    width: 235px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}

.aboadStyle_swiper .swiper-slide .slide_pic img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.aboadStyle_swiper .swiper-slide .slide_pic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.aboadStyle_swiper .swiper-slide .slide_text {
    text-align: left;
}

.aboadStyle_swiper .swiper-slide .slide_text .name {
    color: #333;
    font-size: 24px;
    margin: 10px 0 2px;
}

.aboadStyle_swiper .swiper-slide .slide_text .job {
    color: #333;
}

.aboadStyle_swiper .swiper-slide .slide_text .job span {
    color: #4793f7;
}

.aboadStyle_swiper .swiper-button-prev, .aboadStyle_swiper .swiper-button-next {
    background: transparent;
    width: 27px;
    height: 26px;
    top: auto;
    bottom: 0;
}

.aboadStyle_swiper .swiper-button-prev {
    left: 568px;
}

.aboadStyle_swiper .swiper-button-next {
    right: 568px;
}

/* 猜你关心 */

.guessCare .item {
    width: 590px;
    height: 150px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guessCare .item:nth-child(2n) {
    float: right;
}

.guessCare .item .pic {
    width: 250px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.guessCare .item .pic img {
    width: 100%;
    min-height: 100%;
}

.guessCare .item .pic .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: rgba(71, 147, 247, .8);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.guessCare .item .pic .day {
    font-size: 28px;
}

.guessCare .item .pic .month {
    font-size: 12px;
    margin-top: -10px;
}

.guessCare .item .text {
    flex: 1;
    margin-left: 20px;
}

.guessCare .item .text h3 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}

.guessCare .item .text p {
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.guessCare .item:hover h3 {
    color: #4793f7;
}

/* 关于瑞得 */

.aboutUs .content {
    margin-top: 30px;
}

.aboutUs .content .text {
    width: 520px;
    overflow: hidden;
    float: left;
}

.aboutUs .content .text h3 {
    font-size: 20px;
    color: #4793f7;
    margin: 20px 0 30px;
}

.aboutUs .content .text p {
    font-size: 16px;
    color: #000;
    line-height: 34px;
    margin-bottom: 60px;
}

.aboutUs .content .text .arrow {
    width: 250px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    padding-right: 60px;
    font-size: 18px;
    color: #4793f7;
    border-color: #4793f7;
    background: url(../images/icon_aboutUs_arrow_t.png) no-repeat right center;
    margin-bottom: 15px;
}

.aboutUs .content .text .arrow:hover {
    color: #ff7720;
    border-color: #ff7720;
    background: url(../images/icon_aboutUs_arrow_b.png) no-repeat right center;
}

.aboutUs .content .pic {
    width: 600px;
    height: 410px;
    overflow: hidden;
    float: right;
}

.aboutUs .content .pic img {
    width: 100%;
    height: 100%;
}

/* 联系我们 */

.contact .content {
    margin-top: -65px;
}

.contact_swiper {
    width: 100%;
    height: 180px;
}

.contact_swiper .swiper-wrapper {
    /* width: 954px; */
    margin-top: 70px;
}

.contact_swiper .swiper-slide {
    width: 585px;
}

.contact_swiper .swiper-slide a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact_swiper .swiper-slide .slide_pic {
    width: 180px;
    height: 120px;
    overflow: hidden;
}

.contact_swiper .swiper-slide .slide_pic img {
    display: block;
    width: 100%;
    min-width: 100%;
}

.contact_swiper .swiper-slide .slide_text {
    width: calc(100% - 190px);
    flex: 1;
    margin-left: 10px;
    height: 120px;
    color: #000;
   /* display: flex;*/
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.contact_swiper .swiper-slide .slide_text h3 {
    font-size: 18px;
    color: #4793f7;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_swiper .swiper-slide .slide_text p {
    line-height: 26px;
    /*white-space: nowrap;
    overflow: hidden;*/
    text-overflow: ellipsis;
}

.contact_swiper .swiper-slide-active .slide_text h3 {
    color: #de6924;
}

.contact_swiper .swiper-pagination-bullets {
    top: 0;
    bottom: auto;
    text-align: right;
}

.contact_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 0 0 10px;
    background: #ededed;
    color: #4793f7;
    border-radius: 5px;
    opacity: 1;
}

.contact_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #de6924;
}

.contact_swiper .swiper-button-prev, .contact_swiper .swiper-button-next {
    margin-top: 0;
    width: 15px;
    height: 200px;
    background: #fff;
    top: 0;
    cursor: auto;
}

.contact_swiper .swiper-button-prev {
    left: 0;
}

.contact_swiper .swiper-button-next {
    right: 0;
}

.adver {
    width: 100%;
    height: 147px;
    background: rgba(71, 147, 247, .8);
    position: fixed;
    bottom: 0;
    right: 100%;
    z-index: 1001;
}

.adver .close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 90px;
    z-index: 2;
    opacity: .4;
    cursor: pointer;
}

.adver .close img {
    width: 100%;
}

.adver .close:hover {
    opacity: 1;
}

.adver .thumb {
    width: 113px;
    height: 127px;
    background: rgba(71, 147, 247, .8);
    color: #fff;
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}

.adver .center {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 310px;
    position: relative;
}

.adver .center .person {
    position: absolute;
    left: 0;
    bottom: 0;
}

.adver .center .code {
    width: 102px;
}

.adver .center .info {
    font-size: 22px;
    color: #fff;
    line-height: 1.6;
}

.adver .center form {
    width: 397px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.adver .layui-form-item {
    margin-bottom: 0;
}

.adver .layui-input {
    width: 205px;
    font-size: 16px;
    margin: 12px 0;
}

.adver .layui-form-select dl dd.layui-this {
    background-color: #ccc;
}

.adver input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.adver input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b2b2b2;
}

.adver input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
}

.adver input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b2b2b2;
}

.adver .adverBtn {
    border: 1px solid #f58b4d;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 141px;
    height: 145px;
    padding: 0 16px;
    border-radius: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

.adver .center .angle {
    position: absolute;
    right: 141px;
    top: -14px;
}