@import url("//unpkg.com/element-ui@2.15.14/lib/theme-chalk/index.css");

body {
    margin: 0%;
}
#movieTag {
    position: relative;
    top: 60px;
    width: 40vw;
    height: 30vw;
    left: 30vw;
}
@media screen and (max-width:980px){
    .detailImg {
        top: 30px;
    }
    .el-menu-item {
        font-size: 44px;
    }
    .el-menu {
        padding-top: 30px;
        height: 120px;
        padding-bottom: 30px;
    }
    #phoneCall {
        font-size: 44px;
    }
    .el-icon-phone {
        font-size: 58px !important;
    }
    #connect {
        margin-top: 30px;
    }
    .el-message-box {
        width: 80vw;
        height: 58vw;
        font-size: 48px;
    }
    #codeImg {
        width: 33vw !important;
        height: 33vw !important;
    }
    .el-message-box__btns .el-button--small {
        padding: 27px 45px;
        font-size: 36px;
        border-radius: 9px;
    }
    #loadBtn {
        width:110px !important;
        height:70px !important;
        font-size: 36px;
        margin-bottom: 30px;
    }
    .el-message-box__title {
        font-size: 38px;
    }
    #msgBox {
        height: 38vw !important;
    }
    .el-message-box__headerbtn {
        font-size: 32px;
    }
    #connect {
        right: 2% !important;
    }
}