.yylg-yycg {
    width: 100%;
}

.one {
    display: block;
}

.two {
    display: none;
}

.yylg-yycg-title {
    width: 100%;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding: 29px 0 0 0;
    text-align: center;
}

.yylg-yycg-infotitle {
    width: 100%;
    font-size: 18px;
    color: #666666;
    padding: 31px 0 31px 0;
    text-align: center;
}

.yylg-yycg-infoitem {
    width: 100%;
    font-size: 18px;
    color: #666666;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.yylg-yycg-infoitem-number {
    font-weight: 600;
}

.yylg-yycg-tipstitle {
    width: 100%;
    font-size: 18px;
    color: #000000;
    border-left: 6px solid #095BA3;
    text-indent: 10px;
    font-weight: 400;
    margin: 21px 0;
}

.yylg-yycg-address {
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-indent: 16px;
    margin-bottom: 26px;
}

.news-detail-center {
    border: 1px solid #DDDDDD;
    padding: 10px 10px 0 10px;
}

.map-name {
    width: 100%;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 11px 0;
}

.toSubscribe {
    width: 180px;
    height: 46px;
    background: #A2A2A2;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 40px;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.submit{
    width: 180px;
    height: 46px;
    background: #095BA3;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 40px;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.yylg-yycg-form {
    width: calc(100% - 124px);
    background: #F8F8F8;
    margin-top: 31px;
    padding: 30px 62px;
    overflow: hidden;
}

.yylg-yycg-form-item {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.yylg-yycg-form-item-required {
    color: #FC3333;
    line-height: 42px;
    float: left;
}

.yylg-yycg-form-item-title {
    width: 85px;
    height: 42px;
    line-height: 42px;
    text-align: justify;
    float: left;
}

.yylg-yycg-form-item-title::after {
    display: inline-block;
    width: 100%;
    content: "";
}

.yylg-yycg-form-item-content {
    width: calc(100% - 114px);
    min-height: 42px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    line-height: 42px;
    float: right;
}

.yylg-yycg-form-item-content input {
    width: 350px;
    height: 42px;
    background: white;
    text-indent: 10px;
}

.yylg-yycg-form-item-content-inputboxs{
    display: flex;
    flex-direction: column;
}
.yylg-yycg-form-item-content-inputboxs input{
    width: 120px !important;
    margin-bottom: 10px;
}
.yylg-yycg-form-item-content-inputboxs-box{
    display: flex;
    flex-direction: row;
}
.yylg-yycg-form-item-content-inputboxs-box img{
    width: 15px;
    height: 16px;
    margin: 13px 0 0 10px;
    cursor: pointer;
}

.yylg-yycg-form-item-content input[type="date"]::-webkit-calendar-picker-indicator {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    background: url('../img/date.png') no-repeat center center;
    background-size: 100% 100%;
}

.yylg-yycg-form-item-content span {
    color: #FC3333;
    font-size: 14px;
    line-height: 42px;
    margin-left: 10px;
}

.yylg-yycg-form-item-content-radio {
    width: 16px;
    height: 16px;
    background: url('../img/Unchecked.png') no-repeat center center;
    background-size: 100% 100%;
    margin-top: 13px;
    cursor: pointer;
}

.yylg-yycg-form-item-content-selectradio {
    background: url('../img/select.png') no-repeat center center;
    background-size: 100% 100%;
}

.yylg-yycg-form-item-content-radiotext {
    width: 160px;
    margin: 0 40px 0 10px;
    color: #333333;
}

.yylg-yycg-form-item-content-radiotexttwo {
    width: 20px;
    margin: 0 10px;
}
.addLicensePlate{
    width: 120px;
    height: 36px;
    background: white;
    border-radius: 6px;
    border: 1px solid #095BA3;
    color: #095BA3;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.message{
    width: 240px;
    height: 80px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .75);
    color: white;
    font-size: 18px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    text-align: center;
    line-height: 80px;
    display: none;
    z-index: 9999999;
}

.tips{
    width: 100%;
    font-size: 1.3REM;
    font-family: PingFang;
    font-weight: 500;
    color: #FC3333;
    text-align: center;
}