.syy{
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #eee;
    padding: 0 0 10px 0;
    margin-bottom: 35px;
}
.syy .syyTitle{
    width: 100%;
    height: 38px;
    background: #6379fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;color: #fff;
}
.syy .get-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.syy .get-form .gft-item{
    width: 100%;height: 38px;
    display: flex;align-items: center;
    box-sizing: border-box;
    position: relative;
}
.syy .get-form .gft-item .syyleft{
    color: #7d7d7d;text-align: right;
    font-size: 14px;line-height: 38px;
    width: 90px;
    height: 100%;
    box-sizing: border-box;
}
.syy .get-form .gft-item .gfi-input-name{
    width: 250px;height: 36px;
    border-radius: 8px;border: 1px solid #c9c9c9;background: #f6f6f6;
    padding-left: 8px;box-sizing: border-box;
    font-size: 14px;
}
.syy .get-form .gft-item .gfi-getCode{position: absolute;right: 25px;top: 50%;transform: translate(0, -50%);}
.syy .get-form .gft-item .gfi-getCode .getYzm{
    border: none;height: 30px;padding: 0 10px;
    background-color: #767676;border-radius: 22px;
    color: #ffffff;font-size: 12px;line-height: 30px;
}
.syy .get-form .gft-submit{
    width: 250px;height: 35px;
    font-size: 16px;line-height: 35px;text-align: center;color: #fff;
    background: #6379fa;border-radius: 35px;
    cursor: pointer;
    margin: 10px auto 0 auto;
}
.syy .get-form .form-privacy{font-size: 12px;}




/* 国家2 */
/* 第二块 */
.secTwo{}
.secTwo .secTwobox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.secTwo .secTwobox .secTwoLeft{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.secTwo .secTwobox .secTwoLeft .stwoImg{
    width: 177px;height: 106px;
    cursor: pointer;
}
.secTwo .secTwobox .secTwoRight{
    width: 1000px;
}
.secTwo .secTwobox .secTwoRight .stwoist{
    width: 100%;
    padding: 20px 120px 0 120px;box-sizing: border-box;
    display: none;flex-wrap: wrap;justify-content: space-between;gap: 12px 0;
}
.secTwo .secTwobox .secTwoRight .cur{display: flex;}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem{
    width: 350px;
    text-align: left;font-size: 14px;
    position: relative;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    cursor: pointer;
    padding-left: 20px;box-sizing: border-box;
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem::before{
    content: '';
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
    width: 8px;height: 8px;border-radius: 50%;background-color: #767676;
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:hover a{ color: #ff0000; }
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:hover::before{ 
    content: '';
    position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
    width: 8px;height: 8px;border-radius: 50%;
    background: #ff0000; 
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1){
    padding-left: 0;
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1) a{
    color: #4d68ff;font-size: 16px;font-weight: bold;
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1):hover a{color: #ff0000;}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(1)::before{ content: '';width: 0;height: 0; }
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2){
    padding-left: 0;
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2) a{
    color: #4d68ff;font-size: 16px;font-weight: bold;
}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2):hover a{color: #ff0000;}
.secTwo .secTwobox .secTwoRight .stwoist .stwoItem:nth-child(2)::before{ content: '';width: 0;height: 0; }











