﻿*{
	margin: 0;
	padding: 0;
}
#gobetterstudio-yiyu {
    position: fixed;
    top: 30%;
    left: 10%;
    box-sizing: border-box;
    z-index: 9000;
}

#gobetterstudio-yiyu .win_open {
    display: none;
    border-radius: 20px;
    height: 490px;
    width: 290px;
    padding: 30px 5px 80px 5px;
    /* background: #505050; */
    background-image: linear-gradient(to bottom right, #6e6e6e, #282828);
    box-shadow: 2px 2px 2px #b5b5b57a;
    box-sizing: border-box;
}

#gobetterstudio-yiyu .win_close {

    height: 60px;
    width: 60px;
    border-radius: 60px;
    cursor: pointer;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #4caf50;
    box-shadow: 2px 2px 2px #b5b5b57a;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gobetterstudio-yiyu .win_max {
    height: 530px !important;
    width: 340px !important;
}

#gobetterstudio-yiyu .yiyu-body {
    height: 100%;
    width: 100%;
    font-size: 20px;
    border-radius: 4px;
    border: none;
}

#gobetterstudio-yiyu .iframe {
    height: 100%;
    width: 100%;
    font-size: 20px;
    border-radius: 4px;
    border: none;
}

#gobetterstudio-yiyu .close_icon {
    position: absolute;
    top: 5px;
    right: 25px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#gobetterstudio-yiyu .max_icon {
    position: absolute;
    top: 8px;
    right: 55px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#gobetterstudio-yiyu .magnifier_icon{
    position: absolute;
    top: 8px;
    left: 45px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#gobetterstudio-yiyu .question_icon{
    position: absolute;
    top: 8px;
    left: 25px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#gobetterstudio-yiyu .footer {
    width: 100%;
    height: 30px;
    z-index: 99;
    display: flex;
    color: white;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
}
#gobetterstudio-yiyu .large{
    position: absolute;
    top: 8px;
    left: 45px;
    /*left: 120px;*/
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#gobetterstudio-yiyu #large-rate{
    position: absolute;
    top: 5px;
    left: 110px;
    /*left: 120px;*/
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#gobetterstudio-yiyu .yiyu-body{
    background: transparent !important;
}