.w1200 {
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
}

.pcadvice730 {}

.pcadvice730 img {
    display: block;
}

.pcadvice730>img {
    width: 100%;
}

.pcadvice730form {
    width: 100%;
    background-color: rgb(243, 244, 246);
    padding: 60px 220px 0 220px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.pcadvice730forminput {
    background-color: rgb(255, 255, 255);
    width: 360px;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 42px;
    position: relative;
    overflow: hidden;
}

.pcadvice730 input::-webkit-input-placeholder {
    color: red;
    font-size: 30px;
    position: absolute;
}

.pcadvice730 input::-moz-placeholder {
    color: red;
    font-size: 30px;
    position: absolute;
}

.pcadvice730 input:-moz-placeholder {
    color: red;
    font-size: 30px;
    position: absolute;
}

.pcadvice730 input:-ms-input-placeholder {
    color: red;
    font-size: 30px;
    position: absolute;
}

.pcadvice730forminput>div {
    font-size: 16px;
    color: rgb(108, 111, 113);
    white-space: nowrap;
    flex: 2;
    font-weight: bold;
}

.pcadvice730forminput>input {
    width: 284px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    color: rgb(108, 111, 113);
    padding-right: 20px;
}

.pcadvice730forminput>.input1 {
    width: 212px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 16px;
    color: rgb(108, 111, 113);
    padding-right: 20px;
}

.pcadvice730forminput>select {
    width: 206px;
    height: 100%;
    border: none;
    outline: none;
    margin-right: 15px;
    font-size: 16px;
    color: rgb(108, 111, 113);
    background: url("/templates/default/cityform/img/jpcadvice7301.png") no-repeat scroll right center transparent;
}

.pcadvice730forminput>select::-ms-expand {
    display: none;
}

.pcadvice730sub {
    width: 300px;
    height: 53px;
    background-color: rgb(20, 38, 78);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 20px auto 70px auto;
    cursor: pointer;
}

.pcadvicebtnact {
    box-shadow: 0 0 3px red;
    position: relative;
    animation: .5s wobble linear;
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;

    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

    }

    to {
        -webkit-transform: none;
        transform: none;

    }
}

#pcadvice730succ {
    color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    bottom: 103px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    opacity: 0;
}

.pcadvice730succdis {
    opacity: 1 !important;
}