.frame{
    width: 360px;
    height: 700px;
    background: #FFFFFF;
    border: 1px solid rgba(229,229,229,1);
    border-radius: 8px;
    z-index: 9999;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    /*margin: auto;*/
    position: fixed;
    bottom: 3%;
    right: 100px;
    margin-left: -180px;
}

.frame-header{
    width: 359px;
    top: -1px;
    height: 40px;
    background: #007EE5;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}
.frame-header .title{
    width: 70px;
    height: 24px;
    text-align: left;
}
.frame-header .close-frame{
    width: 20px;
    padding: 10px;
    text-align: right;
    font-weight: 800;
    cursor: pointer;
}
.frame-body{
    padding: 10px 15px;
    position: relative;
    overflow-y: auto;
    height: 660px;
}

.frame-item{
    margin-top: 10px;
    width: 100%;
}
.blue-solid-button {
    background: #007EE5;
    border-radius: 30px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
    height: 48px;
    width: 320px;
    border: none;
    outline: none;
}
.last-step-button{
    font-size: 15px;
    color: #007EE5;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    display: block;
}

.submit-btn a{
    background: #007EE5;
    border-radius: 20px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    border: none;
    margin: auto;
    width: 320px;
    height: 48px;
    display: block;
}
.submit-btn button{
    background: #007EE5;
    border-radius: 20px;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    border: none;
    margin: auto;
    width: 320px;
    height: 48px;
    display: block;
}
.submit-btn a:hover{
    color: #FFF;
}


/* ----------------*/

#img-line{
    position:relative;
    height: 90px;
    width: 90px;
    display: inline-block;
    margin: 2px 4px;
}

#img-line input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}

.imgContainer {
    position: relative;
    display: inline-block;
    float: left;
    margin: 2px 4px;
    height: 90px;
}

.imgContainer img{
    width:90px ;
    height: 90px;
}

.imgContainer p {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background: rgba(51,51,51,0.50);
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}





/**** new */

.suggest{
    width: 360px;
    height: 700px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    bottom: 3%;
    right: 100px;
    margin-left: -180px;
    position: fixed;
    background-color: #FFF;
    z-index: 9999;

    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}
.sgtitle{
    width: 359px;
    top: -1px;
    height: 48px;
    background: #007EE5;
    border-radius: 8px 8px 0px 0px;
    padding-left: 20px;
    padding-right: 20px;
}
.sgtitle span{
    color: #FFF;
    width: 360px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
}

.suggestion-content textarea{
    width: 320px;
    height: 100px;
    resize: none;
    border-right: 1px #E5E5E5 solid;
    border-top: 1px #E5E5E5 solid;
    border-left: 1px #E5E5E5 solid;
    border-bottom: 0px;
    outline: none;
}

.suggestion-content .tsspan{
    margin: -5px auto;
    height: 32px;
    width: 320px;
    border-top: 0;
    border-right: 1px #E5E5E5 solid;
    border-bottom: 1px #E5E5E5 solid;
    border-left: 1px #E5E5E5 solid;
    text-align: right;
    font-size: 14px;
    padding-right: 10px;
}

.sgselect-div{
    width: 320px;
    height: 96px;
    margin: auto;
    border: 1px solid #E5E5E5;
}
.selectdiv{
    width:320px;
    height: 48px;
    border-top: 0px;
    position:relative;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}
.selectdiv .hxdiv{
    position: absolute;
    bottom:-1px;
    left:50%;
    right: auto;
    width:280px;
    height: 1px;
    margin-left: -140px;
    background-color:#E5E5E5;
}

.selectphone{
    height: 48px;
    overflow: auto;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}
.phonebtn{
    width: 200px;
    height: 46px;
    border: 0px;
    float: left;
    margin: 0;
    outline: none;
}
.add-img{
    width: 90px;
    height: 90px;
}

.wariningp{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3F3F3F;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
}

.selectctry{
    max-height: 288px;
    height: auto;
    width: 318px;
    border: 1px #cccccc solid;
    background-color: #FFF;
    margin: auto;
    position: fixed;
    z-index: 99999;
    overflow-y: scroll;

}
.selectctry-item{
    width: 100%;
    height: 48px;
    padding: 14px 20px 14px 20px;
}

#service{
	position: absolute;
	right: 10px;
	bottom: 100px;
}
#support-bot-div{
	display: flex;
	flex-direction: column;
	align-items: center;
    position: relative;
}

#support-bot {
	border-radius: 50%;
	padding: 10px;
	background: #007eef;
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 16%);
}

#support-bot a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	-webkit-mask-image: url(/resources/images/contact.svg);
	mask-image: url(/resources/images/contact.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

#support-bot-txt {
	height: 21px;
    width: 46px;
    font-family: PingFangSC-Regular;
    font-size: 9px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    background-image: linear-gradient(270deg, #00C6FF 0%, #007EE5 100%);
    border: 0.5px solid rgba(190,240,255,0.5);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16);
    border-radius: 7px;
    position: absolute;
    bottom: -16px;
    z-index: 1;
}