
.open_content_ol {
    line-height: 35px;
    color: #3056FC;
    cursor: pointer;
}

.open_content_ol_icon {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    width:20px;
    height:20px;
    background: url(../../../img/visual/web/open_help_active.svg) no-repeat;
    background-size: 100% 100%;
}

.cuol_icon_qq{
	background: url(../../../img/visual/web/help_qq.svg);
}
.cuol_icon_wx{
	background: url(../../../img/visual/web/help_wx.svg);
}
.cuol_icon_tel{
	background: url(../../../img/visual/web/help_tel.svg);
}
.cuol_icon_gd{
	background: url(../../../img/visual/web/help_gd.svg);
	cursor: pointer;
}
.contact_us_title img {
    width: 20px;
}

.contact_us_content {
    height: 100vh;
}
.contact_us_main{
	height:100%;
}

.contact_us_list {
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

.contact_us_ol {
    max-width: 145px;
    flex: 1;
}
.contact_us_ol_gd{
	cursor: pointer;
	max-width: 130px;
	padding: 0 10px;
}
.contact_us_ol_qq{
	max-width: 140px;
}
.contact_us_ol_tel{
	
}
.contact_us_ol_wx{
	
}

.cuol_cover {
    width: 45px;
    height: 45px;
    background-size: 100%;
}

.cuol_title {
    text-align: left;
    line-height: 30px;
    color: #051528;
}

.cuol_sub_title {
    text-align: left;
    color: #3056FC;
    font-size: 12px;
}

.contact_us_li {
    display: flex;
}

.contact_us_li_right {
    padding-left: 10px;
}

.cuol_remark {
    margin-top: 10px;
    color: #818181;
}
.contact_line {
    width: 1px;
    height: 15px;
    background: #E0E0E0;
}